jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
23.07k stars 6.7k forks source link

Excalidraw Error #15007

Closed robbie1-uk closed 2 months ago

robbie1-uk commented 2 months ago

I'm using Excalidraw for the whiteboard on the server where I run Jitsi. I've set up the necessary redirections, and Excalidraw opens, but when a second person joins the meeting, they receive a "Couldn't decrypt data" error. I've reviewed the related issues and tried the suggested solutions, but the problem still persists. Can you help me with this?

https://github.com/jitsi/excalidraw-backend/tree/master -> This is the repo I use

image (1)

image

Platform

Browser / app / sdk version

Chrome, Safari, Opera -> latest version

Relevant log output

No response

Reproducibility

More details?

No response

saghul commented 2 months ago

Look at the request URL in the network tab on the browser console. Does it have the room and key parameters?

robbie1-uk commented 2 months ago

No, these parameters do not appear :// There are only the following errors.

Ekran Resmi 2024-08-15 12 11 10
saghul commented 2 months ago

Ah, there we go. You are not a moderator so you shouldn't be able to open the whiteboard at all, until a moderator does.

What version of the backend components are you running?

EmreGundogdu commented 2 months ago

Yeah thats right, we were trying to open whiteboard by non-moderator participant. Could it gonna be able to open whiteboard for all participants in the next updates?

saghul commented 2 months ago

No, the feature is designed so a moderator needs to start it.

EmreGundogdu commented 2 months ago

Thank you for your feedback, that was very usefull and helpfull. We couldn't understood the reason. Thank you for your help! :)