mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 08:27:47 +00:00
* fix: Updates the option for disabling iframe to show a warning. It will give a timeout of 5 mins for the conference, before navigating away from it. * squash: Fix lint error. * squash: Fix mobile build.
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
/**
|
|
* Deploy-specific configuration constants.
|
|
*/
|
|
|
|
export const IFRAME_EMBED_ALLOWED_LOCATIONS = [];
|