Calling: Add cache for relay server requests
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
38d5e50175
commit
e22c700237
3 changed files with 77 additions and 29 deletions
|
@ -923,6 +923,7 @@ export type IceServerGroupType = Readonly<{
|
|||
urls?: ReadonlyArray<string>;
|
||||
urlsWithIps?: ReadonlyArray<string>;
|
||||
hostname?: string;
|
||||
ttl?: number;
|
||||
}>;
|
||||
|
||||
export type GetSenderCertificateResultType = Readonly<{ certificate: string }>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue