-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 not Shared #12811
Comments
By the way.. this has not been an issue a month or two ago, so... |
Are you connecting to meet.jit.si or another deployment? |
yeah.. meet.jit.si I haven't changed any setting on the electron app. |
I am not able to reproduce this on meet.jit.si myself. |
Hello everyone! |
Please use our community to ask such questions. |
Closing since the there has been no follow-up to the original issue. |
I am facing this same issue. I have setup everything but still the whiteboard isn't in sync with other participants. Every participant get to see his own whiteboard. P.S. Also, I have tried running excalidraw-backend locally and using ngrok, used its SSL url. Still no success :( |
Do you have the room metadata plugin enabled, and the backend running? Any errors in the Network tab in developer tools? |
|
How did you install Jitsi Meet on your servers? Docker? The Debian setup? |
@saghul My bad... Actually the plugins were all configured correctly. But my jitsi setup is running though docker on EC2. And I was trying to connect to locally running excalidraw-backend with the help of ngrok which jitsi-web would not connect to. So, i deployed my excalidraw-backend server separately and passed its url to my jitsi docker. Now, it works perfectly! A huge thanks! |
Dear @saghul and @haseeb-neslit |
The room metadata plugin is already enabled in the Docker setup. |
Thanks. If we have a problem, how can we check that? |
I just create a file
add sth in
do i need to set some other options? with this setting, i dont have a sync whiteboard |
I see the problem on meet.jit.si . Is THAT missing some plugin?
|
That should JUst Work. Can you reproduce it consistently? Do you see any errors in the console? What about the Network tab? |
On Mon, Jun 24, 2024 at 4:48 PM Saúl Ibarra Corretgé wrote:
I see the problem on meet.jit.si . Is THAT missing some plugin?
That should JUst Work. Can you reproduce it consistently? Do you see any
errors in the console? What about the Network tab?
Had problems a few weeks ago. Tested again yesterday, seems ok.
|
we have a vanilla docker installation on our server with an nginx reverse proxy in front, followed the instruction to the letter and docker-compose the whiteboard.yml too, the whiteboards do work but they're not shared, each user seems to have its own. The metadata plugin is set up, the nginx config and the tweaks to make it work are in place as per the handbook, I'm running out of things to try... Any help would be much apreciated. |
Anything in the prosody error logs? What about the whiteboard backend? |
it's a vanilla installation from the docker setup. this is docker ps:
these are the notable linse for the .env (there is an nginx reverse proxy):
this is the nginx vhost conf:
prosody logs:
re. the whiteboard backend, it is our understanding that this is provided by the excalidraw-backend, are we wrong? thanks a lot for your help |
Leave the collab base URL as the default, Docker knows how to resolve that hostname. |
Well, the issue persisted the past two years or so Chromium-Chromium, but @saghul could not reproduce. So.. this is that. Time to reopen? |
I don't understand how reopening helps. The last one to post has an invalid config. |
tried with the collab base URL as the default, nothing changes. Apart from that is it my config that is invalid?! |
The base URL was incorrect. I suggest you first try it without the reverse proxy setup, to rule out it as a problem. You will need to add a special route for the Excalidraw backend since it's also a WebSocket connection. |
Hi all,
I've been using the whiteboard functionality quite often recently. However, more often than not,
me and my partner cannot collaborate on it, though both can access the whiteboard from the menu.
Sometimes this is fixed by both leaving the conference and reconnecting.
In contrast, if we're both using a browser and share a whiteboard on excalidraw, there is no issue,
so that is the fallback solution for now.
Is this a known issue? If not, how can I debug this further?
The text was updated successfully, but these errors were encountered: