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
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
|
@ -114,6 +114,7 @@ declare global {
|
|||
getMediaCameraPermissions: () => Promise<boolean>;
|
||||
getMediaPermissions: () => Promise<boolean>;
|
||||
getServerPublicParams: () => string;
|
||||
getSfuUrl: () => string;
|
||||
getSocketStatus: () => number;
|
||||
getSyncRequest: () => WhatIsThis;
|
||||
getTitle: () => string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue