startVideoPaused method
Sets whether video should start paused.
Implementation
SessionSettingsBuilder startVideoPaused(bool paused) {
_startVideoPaused = paused;
return this;
}
Sets whether video should start paused.
SessionSettingsBuilder startVideoPaused(bool paused) {
_startVideoPaused = paused;
return this;
}