You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
Since SDES should not be used and we are hitting Chrome issues we should update AppRTC to use DTLS instead. This means we have to create two peerConnections since when using DTLS one peerConnection cannot act as a client and server.
I'm open for suggestions on how to solve this but I was thinking that we could create and manage the 2nd peerConnection in loopback.js. I guess it's also possible to manage it in call.js but there is already a lot going in there.
Since SDES should not be used and we are hitting Chrome issues we should update AppRTC to use DTLS instead. This means we have to create two peerConnections since when using DTLS one peerConnection cannot act as a client and server.
I'm open for suggestions on how to solve this but I was thinking that we could create and manage the 2nd peerConnection in loopback.js. I guess it's also possible to manage it in call.js but there is already a lot going in there.
@juberti @samdutton @jiayliu WDYT?
The text was updated successfully, but these errors were encountered: