mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-03-11 14:10:19 +00:00
For lack of a better word/phrase, I'm calling all changes coding style. I'm targeting readability through naming and syntax.
7 lines
181 B
JavaScript
7 lines
181 B
JavaScript
declare var getConfigParamsFromUrl: Function;
|
|
|
|
/**
|
|
* JitsiMeetExternalAPI id - unique for a webpage.
|
|
*/
|
|
export const API_ID = getConfigParamsFromUrl().jitsi_meet_external_api_id;
|