onMuteUnmutePressed method

void onMuteUnmutePressed()

Either mutes or unmutes local audio based on the current mute state

Implementation

void onMuteUnmutePressed() {
  peerConnection?.muteUnmuteMic();
}