🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### **接收对方音频流** ~~~ instance.getRemoteAudioStream({ remoteUserId:xxxx }); ~~~ **接口说明** 接收对方音频流 **返回值** 无 **接口参数简介** | 名称 | 类型 | 说明 | 是否必须 | | --- | --- | --- | --- | | remoteUserId | number | 对方用户ID | 是 | **终止对方音频流** ~~~ instance.cancelRemoteAudioStream({ remoteUserId:xxxx }); ~~~ **接口说明** 终止对方音频流 **返回值** 无