I’ve got self-hosted Jitsi Meeting on my laptop, which is accessible on URL like: https://myhost.domain.com/
When I start a new meeting, it gets an URL by it’s name, say: https://myhost.domain.com/meet1
On the laptop itself the browser is opened on https://myhost.domain.com/meet1
All clients (only 1 ATM) visit the same meeting by known URL - …/meet1
In case of connection/video problems, or, say JVB restart,
(see this thread about it)
may happen, that the client after reconnect, visits the …/meet1 URL before the “host”-laptop.
So, on the remote (inaccessible) laptop it needs some interaction to join the https://myhost.domain.com /meet1 meeting,
because the laptop is no longer a “host” (moderator) of the meeting.
Use case: Jitsi on remote Xubuntu laptop for elder person. Jitsi meeting is always-on, accepting all connections from clients.
(Security - IPTables whitelisted IPs)
Is it possible to assign somehow host/moderator role to this remote laptop, so that it will be always a host/moderator of the meeting?
To stay always-on, and ready to accept new clients, without any interaction from the host side?
(Even if all clients are disconnected, ATM)