openfun / jitsi-magnify

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

🐛(core) base room.jitsi_name only on room.slug #173

Closed jbpenrath closed 1 year ago

jbpenrath commented 1 year ago

Purpose

Currently, the room.jitsi_name bound into the jwt token generated to be authenticated on the jitsi instance is not the same as the real jitsi room the user tries to access. It appears this difference can prevent a user to enter into a jitsi meeting according the jitsi server configuration. As the slug of a room is unique, we can safely use only this field to build the room.jitsi_name.

In this way real room name and room name bound to the jwt token are the same.

Proposal

sampaccoud commented 1 year ago

Closed in favor of PR https://github.com/openfun/jitsi-magnify/pull/174