ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## **获取远程视频流** int getRemoteVideoStream(Context context, int remoteUserId, ViewGroup remoteLayout,boolean isShowOnTop) #### 接口说明 获取远程视频流 #### 接口返回值 |名称 |类型 |说明 | | --- | --- | --- | | index|int |视频绑定索引号 | #### 接口参数 | 名称 |类型 |说明 |是否必须 | | --- | --- | --- | --- | | context | Context | 上下文 | 是 | | remoteUserId | int | 远程对方的userID | 是 | | remoteLayout |ViewGroup | 显示视频的SurfaceView控件 | 是 | | isShowOnTop |boolean | 是否显示在顶层 | 是 |