I want to make my Text Room in Janus E2E Encrypted. Can someone provide how to do that
Datachannels don’t support Insertable Streams. If you want E2E in the TextRoom, the best you can do is implement your own mechanism for encrypting/decrypting the content of the messages: the JSON format the TextRoom requires (e.g., to specify to/from) can’t be encrypted as the plugin needs it for routing messages to intended recipients.
1 Like