StartPlaybackParameters
The parameters can be passed as arguments to the Call.startPlayback method.
Props
loop
loop: false
| undefined
| true
progressivePlayback
progressivePlayback: false
| undefined
| true
Whether to use progressive playback. If true, the file is delivered in chunks which reduces delay before a method call and playback. The default value is false.