onMicrophoneMute method

void onMicrophoneMute()

Implementation

void onMicrophoneMute() {
  state.isMicrophoneMuted.value = true;
}