startWithVideoMuted property
v4 alias: sets whether video should start muted (paused).
Implementation
@Deprecated('Use startVideoPaused() instead.')
set startWithVideoMuted(bool muted) {
_startVideoPaused = muted;
}
v4 alias: sets whether video should start muted (paused).
@Deprecated('Use startVideoPaused() instead.')
set startWithVideoMuted(bool muted) {
_startVideoPaused = muted;
}