openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

✨(api) add jitsi room name to API and ensure their unicity #72

Closed sampaccoud closed 2 years ago

sampaccoud commented 2 years ago

Purpose

The Jitsi rooms should contain the name of the related Magnify room but still be unique. We need to add this information in the rooms/meetings detail objects returned by the API so the front knows where to connect.

Proposal

The easiest way is to suffix it with the object's UID which is sure to be unique. This should not appear in the Jitsi Meet UI as the display is shortened with "..." but we may also be able to hide the Jitsi room from the Jitsi UI when opened inside Magnify.