企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## **获取远程视频流** getRemoteVideoStream(context: Context ,xComponentId: string,remoteUserId: number): number #### 接口说明 获取远程视频流 #### 接口返回值 |名称 |类型 |说明 | | --- | --- | --- | | status | number | 执行结果 0为正常,其他为错误 | #### 接口参数 | 名称 |类型 |说明 |是否必须 | | --- | --- | --- | --- | | context | Context | 上下文 | 是 | | xComponentId| string | 渲染组件id | 是 | | remoteUserId | number | 远程对方的userID | 是 |