userEnableLocalVideo property
Occurs when a remote user enables/disables the local video capture function.
Deprecated This callback is deprecated and replaced by the RtcEngineEventHandler.remoteVideoStateChanged callback with the following parameters:
- VideoRemoteState.Stopped and VideoRemoteStateReason.RemoteMuted.
- VideoRemoteState.Decoding and VideoRemoteStateReason.RemoteUnmuted.
The SDK triggers this callback when the remote user resumes or stops capturing the video stream by calling the RtcEngine.enableLocalVideo method. This callback is only applicable to the scenario when the remote user only wants to watch the remote video without sending any video stream to the other user.
The UidWithEnabledCallback
typedef includes the followinh parameters:
Implementation
@deprecated
UidWithEnabledCallback? userEnableLocalVideo;