onMicrophoneClosed method

void onMicrophoneClosed()

Implementation

void onMicrophoneClosed() {
  state.isMicrophoneOpened.value = false;
}