The case. There are two users in the room, moderator and guest. Moderator starts recording and left the room in a while. Recording should be stopped in one minute after moderator leaves.
I’ve subscribed to muc-occupant-left
and start the timer timer.add_task
when the moderator leaves. In a handler I tried to send stanza to focus on user (guest, nobody) behalf, the same as user sends when presses stop button. But in does not work if someone in the room. I got an error from focus, that the user is not in the conference.
How to stop jibri recording?