mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-13 08:17:47 +00:00
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
|
|
/* global config */
|
||
|
|
|
||
|
|
// For legacy reasons, use jitsi-meet's global variable config.
|
||
|
|
export default typeof config === 'object' ? config : undefined;
|