isMicrophoneMuted property

bool isMicrophoneMuted

Implementation

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