onLocalAudioStateChanged property
- @Deprecated('Deprecated since v3.50.1 and will be deleted in v3.56.1, use `RTCVideoEventHandler.onAudioDeviceStateChanged` instead.')
getter/setter pair
The local user receives this callback when the audio state changes.
Implementation
@Deprecated(
'Deprecated since v3.50.1 and will be deleted in v3.56.1, use `RTCVideoEventHandler.onAudioDeviceStateChanged` instead.')
OnLocalAudioStateChangedType? onLocalAudioStateChanged;