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

2019-05-23 11:06发布

In my webrtc web app in Chrome, I used to specify my own encryption key by overriding the crypto information in the SDP. I am now migrating my webrtc web app to use DTLS-SRTP for encryption. With DTLS enabled, is there a way to tell Chrome which encryption key to send to the other client?

1条回答
Fickle 薄情
2楼-- · 2019-05-23 12:03

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

查看更多
登录 后发表回答