Ophir LOJKINE
Ophir LOJKINE
If you want a combined videoconference and whiteboard solution, then I recommend installing WBO together with jitsi, following this wiki page : https://github.com/lovasoa/whitebophir/wiki/WBO-Jitsi-integration If you are creating your own application...
@fklement Thank you for your interest ! PRs welcome :)
I don't think it's legal to just add google analytics tracking without explicitly asking for the user's consent first, al least in Europe. I would accept a PR that adds...
@lordneeko I think you are talking about a different issue. This one is about being able to scroll to the left and to the top of the initial position.
Hello, Moving from socket.io to a websocket-only solution would be a regression... Currently, WBO works in environments were websockets are blocked and on browsers where they are not available. Did...
Yes, modern web browsers support web sockets (and socket.io uses that). But WBO currently not only supports IE9, but also all the various contexts in which websockets are not available:...
The whiteout tool as it is implemented today can only add a new shape, not remove anything. So it wouldn't work with the transparent background.
It is currently not configurable (hence this issue). The list of server-side configuration options is here: https://github.com/lovasoa/whitebophir/blob/master/server/configuration.js You could add an option for the default background color here and make...
I'm not sure I understand the problem... I have never noticed an issue with scrollbar sizes. Can you maybe post a screenshot of the issue or reproduction instructions ?
This sounds useful! A few notes: - keycloak implements open authentication standards. I don't think there is a reason to make wbo dependant on keycloak instead of being generic and...