In my webrtc web application in Chrome, I used my own encryption key, overriding the cryptographic information in SDP. Now I am migrating my webrtc web application to use DTLS-SRTP for encryption. With DTLS support, is there a way to tell Chrome which encryption key to send to another client?
source share