startAudioMuted method
Sets whether audio should start muted.
Implementation
SessionSettingsBuilder startAudioMuted(bool muted) {
_startAudioMuted = muted;
return this;
}
Sets whether audio should start muted.
SessionSettingsBuilder startAudioMuted(bool muted) {
_startAudioMuted = muted;
return this;
}