E2EKey added in mediasoup-demo

When I add e2eKey in my url of mediasoup-demo, audio, video, and screen sharing do not work for the other user. Additionally, the other user is not audible, and when I open my camera, it is not visible on the other user’s end, including screen sharing.

Of course. You are encoding your streams using that key. Add the parameter in the url of all participants.

If I call MediaSoup via an iframe and pass the necessary parameters, will it work? Currently, I am adding the e2eKey and sending it to the iframe, but I am neither audible nor visible to others, even though my camera or screen share are enabled

Please tell me that you are not embedding the mediasoup demo app into an iframe on your website.

yes, i am using mediasoup in iframe

The &e2eKey=xxxxx param works in the mediasoup-demo when using OPUS and VP8 as codecs. Tested. Of course all participants need to use the same key. Whether it works on in iframe or not I don’t know but I see no reason for it not to work.

Thanks for confirming, my all participants have same key.
issue is that when i send e2eKey from iframe then call is connect with all participants but users are not audible eachother and same issue with camera and screen sharing. Without e2eKey send everything is perfect.

I am trying to make a call from a desktop to a mobile device using an e2eKey, but I am seeing garbage values and a distorted screen when the camera is on. However, when making a call from mobile to mobile, it works fine.