I have a solution for this but it works only if meetings are organized through eparto.net.
There is an option as “enable unpredictable room name generator” while creating a meeting room. If this option is checked, the room name is generated like “NAME-random-uuid”.
On meet.jit.si or your own deployment? What errors do you see?
I’m afraid I’m currently away from computer so can’t offer a lot of help, but if you describe the problem you have with it and what errors you see someone might be able to help.
You can’t create rooms with prefix on the landing page (unless you modify the code I guess), but you can still generate it using other means e.g. from your own app or just manually in the address bar.
Yes, I understood this, but I do not have an intermediate location with a room. After creating an appointment, I get a direct link jitsi.company.com/roomName.
sorry, looks like you misunderstood me. I need to create rooms with a prefix in order to be able to create 2 identical appointments with the same name.
one docker instance, two rooms with the same name: room1 - room1, but absolutely different. The second answer in this thread solves this problem, but is it possible to implement this with standard jitsi tools?
The link must be generated from random characters or numbers regardless of the room name on the landing page, so I want to see if I can generate some kind of prefix before the room name.
That is, if these are two different rooms and link to them is different - only just the same name
You can do the random generation in your code?
And when opening the room set the correct name using the subject.
Or use the iframe API: IFrame API | Jitsi Meet