onRemoteUserPublishVideoStream

public abstract void onRemoteUserPublishVideoStream(String userId, String streamId, String tag, View remoteVideo)

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

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

Parameters

userId

用户 ID

streamId

自定义视频流 id

tag

自定义视频流 tag

remoteVideo

自定义视频渲染视图:默认为 android.view.SurfaceView 类型,调用 enableTextureViewMode方法开启纹理视图模式后,视图类型为