Calling: Add cache for relay server requests

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
Jim Gustafson 2025-03-27 12:55:10 -07:00 committed by GitHub
commit e22c700237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 77 additions and 29 deletions

View file

@ -923,6 +923,7 @@ export type IceServerGroupType = Readonly<{
urls?: ReadonlyArray<string>;
urlsWithIps?: ReadonlyArray<string>;
hostname?: string;
ttl?: number;
}>;
export type GetSenderCertificateResultType = Readonly<{ certificate: string }>;