mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
On web we detect if we run on an iframe, and on mobile we detect if the app is one of ours.
12 lines
299 B
TypeScript
12 lines
299 B
TypeScript
/**
|
|
* Additional config whitelist extending the original whitelist applied when Jitsi Meet is embedded
|
|
* in another app be that with an iframe or a mobile SDK.
|
|
*/
|
|
export default [
|
|
'customToolbarButtons',
|
|
'defaultLogoUrl',
|
|
'deploymentUrls',
|
|
'liveStreaming',
|
|
'salesforceUrl'
|
|
];
|