Rename backupServerPublicParams

This commit is contained in:
Fedor Indutny 2024-04-22 23:25:56 +02:00 committed by GitHub
parent 4ae402eb7f
commit 793346031b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 32 additions and 9 deletions

1
ts/window.d.ts vendored
View file

@ -194,6 +194,7 @@ declare global {
getInteractionMode: () => 'mouse' | 'keyboard';
getServerPublicParams: () => string;
getGenericServerPublicParams: () => string;
getBackupServerPublicParams: () => string;
getSfuUrl: () => string;
getIceServerOverride: () => string;
getSocketStatus: () => SocketStatus;