on Remote User Publish Video Stream
public abstract void onRemoteUserPublishVideoStream(String userId, String streamId, String tag, SurfaceView surfaceView)
远端用户发布了自定义视频流
调用RongCallClient.getInstance().publishCustomVideoStream(String tag, publishCallBack callBack) 方法发布自定义视频流
Parameters
user Id
用户 ID
stream Id
自定义视频流 id
tag
自定义视频流 tag
surface View
自定义视频流视图