-
Notifications
You must be signed in to change notification settings - Fork 36
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
Participant cannot see image if moderator paste image inside whiteboard #12
Comments
I met the same problem as you. Have you solved it now?There is no error message in the browser console and jvb.log and jicofo.log also have no log information |
images are not currently supported, see jitsi/jitsi-meet#13776 |
Having this feature will be super helpful. If anyone have a solution please let us know! |
Hi guys, thought I'd share my workaround here in case it helps anyone. I wend into the config file, and changed the etherpad base url to my own server. Within my sevrer I had to accept get requests on the path jitsi is sending data to (which is built for etherpad, so there's a bunch of unrelated parameters), and I used this data to call a whiteboard from pixelpaper.io, which has a super easy api and supports pictures upload. It took some time to figure out how to do it, but it ended up being quite easy. I'm happy to share the code if people are interested. |
Yes, please 🙏 |
So basically, you host this file somewhere (if you need it dynamic you can use PHP to pass in variables like name of the room, user, etc. Then in the jitsi config file, instead of the etherpad URL which is defined by default, just change it to the path where you uploaded this file to.
|
Hi! I’ve been encountering issues with adding images to the Excalidraw whiteboard in Jitsi. This isn’t the first time I’m setting up this application alongside Jitsi, but I’m running into difficulties every time I try to add images to the whiteboard. At this point, I’m starting to feel like this functionality might be either unavailable or I might not fully understand the process for adding images. I’ve tried different approaches, but I haven’t been able to achieve the desired result. I would appreciate any clarifications or guidance on the correct way to add images to the whiteboard. Thanks in advance! |
Just play around with your whiteboard from meet.jit.si and I found bug where participant cannot see the image if moderator export/paste image into whiteboard. here screenshot for moderator and participant:
moderator screenshot
participant screenshot
The text was updated successfully, but these errors were encountered: