userEnableLocalVideo property
read / write
远端用户开/关本地视频采集回调。
Deprecated
该回调已废弃。请改用 RtcEngineEventHandler.remoteVideoStateChanged 回调中的如下参数:
- VideoRemoteState.Stopped 和 VideoRemoteStateReason.RemoteMuted
- VideoRemoteState.Decoding 和 VideoRemoteStateReason.RemoteUnmuted
提示有其他用户启用/关闭了本地视频功能。
该回调是由远端用户调用 RtcEngine.enableLocalVideo 方法开启或关闭视频采集触发的。
UidWithEnabledCallback
包含如下参数:
Implementation
UidWithEnabledCallback userEnableLocalVideo