onMicrophoneMute method

void onMicrophoneMute()

Implementation

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