A Rec0-bot plugin which notify start/end of meeting on Jitsi Meet.
- Jitsi Meet instance whose mod_muc_size module is enabled.
Run npm i && npm run build to build.
If you want to clean up built files, run npm run clean.
REC0_ENV_MEET_NOTIFY_CHANNEL: A channel name which rec0bot posts notification to. Default ismeeting-notify.REC0_ENV_MEET_NOTIFY_ROOM_API_URLS: URLs which target to room API. Each url is comma-separated. All parameters should be included into the url. Default ishttps://meet.jitsi/room?room=exampleREC0_ENV_MEET_NOTIFY_BASE_WEB_URL: URLs which target to jitsi meet's frontend. Default ishttps://meet.jitsi/
- By default, this plugin access API every minute. If you want to change this interval, please edit
scheduled_eventssection in package.json.
Currently, i18n feature is not supported (texts are hard-coded). If you use this plugin outside of Japanese environment, please replace texts in this plugin script with your one.
clvs7 (Arisaka Mayuki)
shiba44
Apache License 2.0