onMicrophoneUnmute method

void onMicrophoneUnmute()

Implementation

void onMicrophoneUnmute() {
  return _mediaManager.onMicrophoneUnmute();
}