mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Parsing the API ID happens at import time, which is not great because it also runs when loading the external API file. In sites with weird URL patterns, such as Angular this will throw an exception. Ignore parsing errors so it's left undefined. When modules/ is refactored we should look into making this a getter of some sort. Fixes: https://github.com/jitsi/jitsi-meet/issues/11565