Hello,
to add whiteboard feature using release stable-8252, do we need:
- beside creating an instance of excalidraw-backend, only set the below env variables ?
# whiteboard support
WHITEBOARD_ENABLED=1
WHITEBOARD_DOMAIN=whiteboard.meet.jitsi
WHITEBOARD_COLLAB_SERVER_PUBLIC_URL=https://meet.example.com
2.other files are update to support whiteboard like web/rootfs/defaults/meet.conf, or we need add some extra config?
could you please add in the next release Dockerfile and docker-compose for excalidraw-backend?