xia ning

Results 148 comments of xia ning

多个渲染进程的目的是?是指渲染多个远端视图么?

是否已参考过demo https://github.com/AgoraIO-Community/Agora-Electron-Quickstart/ 可以通过如下的方式在渲染远端视图,不需要多进程,或者多rtc实例 rtcEngine.on('userJoined', (uid) => { //setup render area for joined user let remoteVideoContainer = document.querySelector('#remote') rtcEngine.setupViewContentMode(uid, 1); rtcEngine.subscribe(uid, remoteVideoContainer) })

这样的话,另一个进程通过rtc实例加入频道subscribe对应的uid就可以了

双rtc实例只要注意本地资源的冲突就可以了,理论上子进程如果是作为渲染远端视图(不发流)使用的话,是没有问题的. userMuteAudio userMuteVideo如果3.0之后是deprecated api,是否用过onRemoteAudioStateChanged?

userJoined触发应该没关系,如果子进程的uid只渲染,不发流,不会触发远端的onFirstRemoteVideoFrame之类的回调

thanks for reporting the issue. Can we have your device model please?

是否对于demo进行了修改呢? 当前的网络是否使用了vpn或者proxy?

can you check API-Examples-Web repo?

Which sdk version you are using? 3.4.1 with XCFramework should not have this issue