Skip to content
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

Problem with adding images to the whiteboard (Excalidraw) integrated into Jitsi Meet #7

Open
GreyZver opened this issue Dec 16, 2024 · 2 comments

Comments

@GreyZver
Copy link

Hello!

I am experiencing an issue with adding images to the whiteboard (Excalidraw) integrated into Jitsi Meet. It seems that Jitsi is loading the whiteboard from an external source, which results in the whiteboard having limited functionality.

I disabled the Excalidraw section in the script, but after installation, the whiteboard remains active.
Excalidraw

@emrahcom
Copy link
Member

Probably you should disable also in config.js

https://github.com/jitsi/jitsi-meet/blob/master/config.js#L1836-L1839

@GreyZver
Copy link
Author

GreyZver commented Dec 16, 2024

When I disable the whiteboard feature in the configuration like this:

// whiteboard
config.whiteboard = {
enabled: false,
collabServerBaseUrl: 'https://***',
};

The whiteboard is completely disabled, which is expected. However, I need the ability to add images to the whiteboard without completely disabling the feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants