onLocalVideoStateChanged property

  1. @Deprecated('Deprecated since v3.50.1 and will be deleted in v3.56.1, use `RTCVideoEventHandler.onVideoDeviceStateChanged` instead.')
OnLocalVideoStateChangedType? onLocalVideoStateChanged
getter/setter pair

The local user receives this callback when the video state changes.

Implementation

@Deprecated(
    'Deprecated since v3.50.1 and will be deleted in v3.56.1, use `RTCVideoEventHandler.onVideoDeviceStateChanged` instead.')
OnLocalVideoStateChangedType? onLocalVideoStateChanged;