AgoraIO-Solutions / agora_multichannel

7 stars 3 forks source link

this example doesn't work with new SDKs(4.9.4) #3

Open xuke-fb opened 2 years ago

xuke-fb commented 2 years ago

Hi,

It seems like the AgoraRTCUtil.js uses a lot of unexposed internal properties of Agora Clients (e.g. _remoteStream) and it's not exposed anymore in the new versions. Wondering are there any official supported ways to get underlying RTCPeerConnections?

BenWeekes commented 2 years ago

Hi, I will update AgoraRTCUtil.js to support the new single peer connection architecture next week. Thanks

BenWeekes commented 2 years ago

Done