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