Clark Boylan a6e7f4bb34 Notify meetpad users when someone is recording
This shouldn't be considered and absolute notification as recordings can
occur outside of jitsi meet as well (obs etc). But during the ptg people
had to notify others manually when using meetpad's built in local
recording mechanism let's make that more automatic.

Change-Id: I5374773ef2262971a049143aed2353cc8366345d
2025-04-11 14:48:47 -07:00
..
2022-09-16 12:10:00 -07:00
2021-03-18 11:55:02 -07:00

Install, configure, and run jitsi-meet.

Note that the Jitsi Meet docker images supply template files in /defaults on the image. These template files are used to generate configs in /config on the image (/var/jitsi-meet on the host) using the docker-compose .env file and its vars.

If we need to make changes to the configs we need to bind mount in a modified template file so that the config file generation produces what we expect. If we try to write the configs files ourselves then when jitsi meet restarts we will lose those configs until the next ansible run.