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;
|