onMuteUnmutePressed method
void
onMuteUnmutePressed()
Either mutes or unmutes local audio based on the current mute state
Implementation
void onMuteUnmutePressed() {
peerConnection?.muteUnmuteMic();
}
Either mutes or unmutes local audio based on the current mute state
void onMuteUnmutePressed() {
peerConnection?.muteUnmuteMic();
}