microphoneEnabled property

  1. @Deprecated('')
EnabledCallback? microphoneEnabled
getter/setter pair

Occurs when the microphone is enabled/disabled. Deprecated: Please use the localAudioStateChanged callback: Stopped(0). Recording(1). The SDK triggers this callback when the local user enableLocalAudio resumes or stops capturing the local audio stream by calling the method.

Param enabled Whether the microphone is enabled/disabled: true: The microphone is enabled. false: The microphone is disabled.

Implementation

@Deprecated('')
EnabledCallback? microphoneEnabled;