onMicrophoneUnmute method

void onMicrophoneUnmute()

Implementation

void onMicrophoneUnmute() {
  state.isMicrophoneMuted.value = false;
}