webrtc / apprtc

appr.tc has been shutdown. Please use the Dockerfile to run your own test/dev instance.
BSD 3-Clause "New" or "Revised" License
4.16k stars 1.37k forks source link

Start using DTLS for loopback calls #312

Open KaptenJansson opened 8 years ago

KaptenJansson commented 8 years ago

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?

KaptenJansson commented 6 years ago

This needs to revisited.

fippo commented 3 years ago

ping. SDES is going away...