isMicrophoneMuted property

bool get isMicrophoneMuted

Implementation

bool get isMicrophoneMuted => localUserMediaStream?.isAudioMuted() ?? false;