timetheoretical/jitsi-meet-outlook

Change Random ID Structure

sebastianfranzschwelle opened this issue · 1 comments

Hi,

thank you for this amazing Add-In! I wanted to ask if it was possible to get an option to personalize the random ID. The problem with Random IDs is their impact on the meeting name in any browser. Since Jitsi ignores anything after / it would be great to create a custom name and put the random ID upfront. It would like that: https://meet.jit.si/OXdLRlasdasd8LxnSo/my-own-name

Thank you again!
Sebastian

rynti commented

Just as an implementation suggestion, this could be implemented by allowing something like a placeholder in the default room id field, where a generated ID will be inserted.

For example, if the placeholder is {RANDOM_ID} and the default room ID is set like this: {RANDOM_ID}/my-own-name, the links generated by this addon would look something like https://meet.jit.si/OXdLRlasdasd8LxnSo/my-own-name

The resulting meeting in Jitsi will only show the part after /, so the meeting would be called "My Own Name"