onRemoteUserPublishVideoStream

public abstract void onRemoteUserPublishVideoStream(String userId, String streamId, String tag, SurfaceView surfaceView)

远端用户发布了自定义视频流

调用RongCallClient.getInstance().publishCustomVideoStream(String tag, publishCallBack callBack) 方法发布自定义视频流

Parameters

userId

用户 ID

streamId

自定义视频流 id

tag

自定义视频流 tag

surfaceView

自定义视频流视图