localAudioStateChanged property

LocalAudioStateCallback? localAudioStateChanged
getter/setter pair

Occurs when the local audio stream state changes. When the state of the local audio stream changes (including the state of the audio capture and encoding), the SDK triggers this callback to report the current state. This callback indicates the state of the local audio stream, and allows you to troubleshoot issues when audio exceptions occur. When the state isFailed (3), you can view the error information in the error parameter.

Param state The state of the local audio.

Param error Local audio state error codes.

Implementation

LocalAudioStateCallback? localAudioStateChanged;