Group calling SFU URL should be configurable
This commit is contained in:
parent
ec35bdc3e5
commit
23fed9ce63
6 changed files with 87 additions and 75 deletions
|
@ -45,6 +45,7 @@ try {
|
|||
window.getHostName = () => config.hostname;
|
||||
window.getServerTrustRoot = () => config.serverTrustRoot;
|
||||
window.getServerPublicParams = () => config.serverPublicParams;
|
||||
window.getSfuUrl = () => config.sfuUrl;
|
||||
window.isBehindProxy = () => Boolean(config.proxyUrl);
|
||||
|
||||
function setSystemTheme() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue