A thin wrapper around lib-jitsi-meet, packaged so it can be bundled standalone into Drumee.
npm i @drumee/ui-meetingDrumee's video meetings run on Jitsi. This package exists to give that library a single, stable entry point that the Drumee front-end can bundle, instead of depending on Jitsi's distribution layout directly.
The bundle is committed under dist/; main points at
dist/umd/lib-jitsi-meet.min.js. There is no build step in this repository —
updating it means refreshing the vendored bundle.
Consumed by ui-team.
See the org CONTRIBUTING guide. Questions: Discussions.
MIT for this wrapper — see LICENSE.
lib-jitsi-meet itself remains under its own licence.