mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-11 19:27:50 +00:00
d4532eeb64
Avoided unnecessary manipulation of the room name to prevent issues when starting an egress worker. Previously, hyphens were stripped from the room name, likely inherited from the legacy setup with Jitsi in Magnify, though the purpose of this change is unclear and might be an undesired legacy feature. To ensure accurate room matching during egress worker requests, this update removes any manipulation of the room name. This approach minimizes the risk of errors when initiating recordings and maintains the integrity of the original room name throughout the process.