isVoiceMuted method

bool isVoiceMuted()

Implementation

bool isVoiceMuted() {
  return _microMuted;
}