isAdmMicrophoneMuteSupported property

bool get isAdmMicrophoneMuteSupported

Whether ADM-level microphone mute is available on the current platform.

iOS and macOS only — see setMicrophoneMuted.

Implementation

static bool get isAdmMicrophoneMuteSupported =>
    WebRTC.platformIsIOS || WebRTC.platformIsMacOS;