Group calling SFU URL should be configurable

This commit is contained in:
Evan Hahn 2020-12-07 13:40:11 -06:00 committed by GitHub
parent ec35bdc3e5
commit 23fed9ce63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 87 additions and 75 deletions

1
ts/window.d.ts vendored
View file

@ -114,6 +114,7 @@ declare global {
getMediaCameraPermissions: () => Promise<boolean>;
getMediaPermissions: () => Promise<boolean>;
getServerPublicParams: () => string;
getSfuUrl: () => string;
getSocketStatus: () => number;
getSyncRequest: () => WhatIsThis;
getTitle: () => string;