localAudioStateChanged property

LocalAudioStateCallback? localAudioStateChanged
getter/setter pair

Occurs when the local audio stream state changes.

This callback indicates the state change of the local audio stream, including the state of the audio recording and encoding, and allows you to troubleshoot issues when exceptions occur.

Note

The LocalAudioStateCallback typedef includes the following parameters:

Implementation

LocalAudioStateCallback? localAudioStateChanged;