calling: add setTurnServerOverride to SignalDebug to allow choosing ice server

Co-authored-by: Adel Lahlou <adel@signal.com>
This commit is contained in:
adel-signal 2024-04-08 17:41:57 -07:00 committed by GitHub
parent 2497d0d8a1
commit 61710eb8e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 44 additions and 16 deletions

1
ts/window.d.ts vendored
View file

@ -195,6 +195,7 @@ declare global {
getServerPublicParams: () => string;
getGenericServerPublicParams: () => string;
getSfuUrl: () => string;
getIceServerOverride: () => string;
getSocketStatus: () => SocketStatus;
getSyncRequest: (timeoutMillis?: number) => SyncRequest;
getTitle: () => string;