startPlaybackOptions
Options of the Call.startPlayback method.
Props
loop
loop: undefined
| false
| true
If it's true, playback will be looped.
progressivePlayback
progressivePlayback: undefined
| false
| true
Use progressive playback or not. If true, the file will be delivered in chunks which reduces delay before a method call and playback. It's false by default.