onLocalAudioStateChanged property

  1. @Deprecated('Deprecated since v3.50.1 and will be deleted in v3.56.1, use `RTCVideoEventHandler.onAudioDeviceStateChanged` instead.')
OnLocalAudioStateChangedType? onLocalAudioStateChanged
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;