startVideoPaused method

CallSettingsBuilder startVideoPaused(
  1. bool paused
)

Sets whether video should start paused. Requirements: 5.2

Implementation

CallSettingsBuilder startVideoPaused(bool paused) {
  _startVideoPaused = paused;
  return this;
}