-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whiteboard does not show up for other participants when opened by moderator and reports “Couldn't decrypt data.” when opened manually #14001
Comments
I think this is the same issue as jitsi/excalidraw-backend#9, but I don’t think that the issue is in the backend since the WebSocket connects just fine. |
Sooo, the detail that is mentioned literally nowhere is that Prosody needs to load the So what happened is basically that the TL;DR: Make sure you have both the |
…her Jitsi modules depend on it At least room_metadata is confirmed to not do anything unless this module is also enabled: jitsi/jitsi-meet#14001 (comment)
This means that room metadata needs:
Care to create a PR? |
…ession module Without this room_metadata will silently discard all room metadata client requests assuming that they didn’t come from Jitsi meet clients. Fixes jitsi#14001
…ession module Without this room_metadata will silently discard all room metadata client requests assuming that they didn’t come from Jitsi meet clients. Fixes #14001
Description:
Whiteboard does not show up for other participants when opened by moderator and displays are barrage of “Couldn't decrypt data.” alert() when opened manually by another participant. Would be thankful for any hints as to why this may occur.
Steps to reproduce:
var config
(whiteboard.enabled: true & whiteboard.collabServerBaseUrl)Expected behavior:
Whiteboard should show up for other meeting participants.
Actual behavior:
Whiteboard does not show up for other meeting participants. If another participant opens the whiteboard manually as well, this will spam the other participant with “Couldn't decrypt data.” alert() messages with another barrage of messages displayed each time they move the mouse cursor or try to draw anything. Each user will only see their local whiteboard changes, but never anything drawn by others.
Server information:
Client information:
Additional information:
The Jitsi Meet server uses the Secure Domain feature with Prosody internal user authentication.
EDIT: Fixed Jitsi Meet version number.
The text was updated successfully, but these errors were encountered: