多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## **获取远程视频流** int getRemoteVideoStream(Context context, int remoteUserId, ViewGroup remoteLayout,boolean isShowOnTop) #### 接口说明 获取远程视频流 #### 接口返回值 |名称 |类型 |说明 | | --- | --- | --- | | index|int |视频绑定索引号 | #### 接口参数 | 名称 |类型 |说明 |是否必须 | | --- | --- | --- | --- | | context | Context | 上下文 | 是 | | remoteUserId | int | 远程对方的userID | 是 | | remoteLayout |ViewGroup | 显示视频的SurfaceView控件 | 是 | | isShowOnTop |boolean | 是否显示在顶层 | 是 |