cracker0dks / whiteboard

Lightweight collaborative Whiteboard / Sketchboard
MIT License
731 stars 208 forks source link

Any documentations for integrating with Jitsi #78

Closed 3CE8D2BAC65BDD6AA9 closed 3 years ago

3CE8D2BAC65BDD6AA9 commented 3 years ago

First of all, thank you for the effort. It is the best opensource whiteboard I have ever seen!

Do you have any documentations for integrating with Jitsi?

cracker0dks commented 3 years ago

unfortunately not, never tried that.

mattegray commented 3 years ago

Is there a way to embed your whiteboard in an iFrame? If so, how will I be able to do that?

cracker0dks commented 3 years ago

Sure, fist you need to set up the whiteboard and then do this:

<iframe id="ifm" src="https://yourdomain.com/whiteboard/?whiteboardid=myid&username=myusername" allowfullscreen=""></iframe>

This is how nextcloud does it.

sammrafi commented 3 years ago

Okay In this case.First setup the whiteboard as service and then add <iframe id="ifm" src="https://yourdomain.com/whiteboard/?whiteboardid=myid&username=myusername" allowfullscreen=""></iframe> as @cracker0dks provide in here

the location path is for ubuntu/linux => /usr/share/jitsi-meet/plugin.head.html

For docker first you have to enter in your docker service_web then path is => /usr/share/jitsi-meet/plugin.head.html

then restart the docker service_web

or make sure it's position absolute because position relative can't show this and z-index make higher min 999

Screenshot screencapture-meet-sammrafi-2021-01-15-16_03_30