openfun / jitsi-magnify

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

♻️(meetings) remove dashes from Jitsi name for meetings #158

Closed sampaccoud closed 1 year ago

sampaccoud commented 1 year ago

Purpose

We want Magnify to work with SIP gateways which apparently forbid the "-" character in their names. We can remove it as it will not make the Jitsi name less unique.

Proposal

Drop the "-" character from Jitsi names for meetings and fix related tests.