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