startWithVideoMuted property

  1. @Deprecated('Use startVideoPaused() instead.')
set startWithVideoMuted (bool muted)

v4 alias: sets whether video should start muted (paused).

Implementation

@Deprecated('Use startVideoPaused() instead.')
set startWithVideoMuted(bool muted) {
  _startVideoPaused = muted;
}