onLocalAudioStateChanged property

  1. @Deprecated('Deprecated since v3.50 and will be deleted in v3.57, use `RTCVideoEventHandler.onAudioDeviceStateChanged` instead.')
OnLocalAudioStateChangedType? onLocalAudioStateChanged
getter/setter pair

本地音频的状态发生改变时,收到此回调。

Implementation

@Deprecated(
    'Deprecated since v3.50 and will be deleted in v3.57, use `RTCVideoEventHandler.onAudioDeviceStateChanged` instead.')
OnLocalAudioStateChangedType? onLocalAudioStateChanged;