mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-03-12 06:30:18 +00:00
11 lines
278 B
TypeScript
11 lines
278 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'
|
|
];
|