onRemoteUserMuteVideo
public void onRemoteUserMuteVideo(RCRTCRemoteUser remoteUser, RCRTCInputStream stream, boolean mute)
远端用户打开或关闭发布的视频流。 例如用户开启或者关闭摄像头
Parameters
remoteUser
远端用户
stream
视频流
mute
true表示关闭,false表示打开
远端用户打开或关闭发布的视频流。 例如用户开启或者关闭摄像头
远端用户
视频流
true表示关闭,false表示打开