Can I specify my own encryption key in DTLS-SRTP encryption

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?

+2
source share
1 answer

No, you cannot specify your own keys, since the actual keys are sent over a secure multimedia connection and are not part of the SDP.

+4
source

All Articles