🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## **获取远程视频流** getRemoteVideoStream(int userId, Component component, int lef, int top, int right, int bottom) #### 接口说明 获取远程视频流 #### 接口返回值 #### 接口参数 | 名称 |类型 |说明 |是否必须 | | --- | --- | --- | --- | | userId | int | 用户id | 是 | | component | Component | 视频显示的控件 | 是 | | lef |int | component距离左边的位置 | 是 | | top |int | component距离上面的位置 | 是 | | right |int | component距离右边的位置 | 是 | | bottom |int | component距离下面的位置 | 是 |