Closed Iridesscent233 closed 1 year ago
Hello @Iridesscent233,
Encryption
is a mandatory feature of WebRTC
, and is enforced on all components in MiroTalk C2C
. Resultantly, all media streams sent over WebRTC are securely encrypted, enacted through standardised and well-known encryption protocols
. The encryption protocol used depends on the channel type, data
streams are encrypted using Datagram Transport Layer Security
(DTLS) and media
streams are encrypted using Secure Real-time Transport Protocol
(SRTP).
Please, for questions, discussions and supports
, join with us on Discord
Here you can find many answers about it and interact with the community.
Thank you and have a good weekend!
Can I set the key myself?
What encryption method is used for end-to-end encryption? In which file?