AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## **获取远程视频流** int getRemoteVideoStream(Context context, int remoteUserId, ViewGroup remoteLayout,boolean isShowOnTop) #### 接口说明 获取远程视频流 #### 接口返回值 |名称 |类型 |说明 | | --- | --- | --- | | index|int |视频绑定索引号 | #### 接口参数 | 名称 |类型 |说明 |是否必须 | | --- | --- | --- | --- | | context | Context | 上下文 | 是 | | remoteUserId | int | 远程对方的userID | 是 | | remoteLayout |ViewGroup | 显示视频的SurfaceView控件 | 是 | | isShowOnTop |boolean | 是否显示在顶层 | 是 |