mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Adds application name to the initJitsiConference options.
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
import {
|
||||
// eslint-disable-next-line camelcase
|
||||
_getRouteToRender as _super_getRouteToRender
|
||||
} from './functions.native';
|
||||
} from './getRouteToRender';
|
||||
|
||||
declare var APP: Object;
|
||||
declare var interfaceConfig: Object;
|
||||
@@ -116,3 +116,12 @@ function _interceptComponent(
|
||||
|
||||
return result || component;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns application name.
|
||||
*
|
||||
* @returns {string} The application name.
|
||||
*/
|
||||
export function getName() {
|
||||
return interfaceConfig.APP_NAME;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user