showMuteAudioButton method
Shows or hides the mute audio button. Requirements: 5.3
Implementation
CallSettingsBuilder showMuteAudioButton(bool show) {
_hideMuteAudioButton = !show;
return this;
}
Shows or hides the mute audio button. Requirements: 5.3
CallSettingsBuilder showMuteAudioButton(bool show) {
_hideMuteAudioButton = !show;
return this;
}