mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
calling: make hostname optional in IceServer type
This commit is contained in:
@@ -787,9 +787,9 @@ export type GetAccountForUsernameResultType = z.infer<
|
||||
export type GetIceServersResultType = Readonly<{
|
||||
username: string;
|
||||
password: string;
|
||||
urls: ReadonlyArray<string>;
|
||||
urlsWithIps: ReadonlyArray<string>;
|
||||
hostname: string;
|
||||
urls?: ReadonlyArray<string>;
|
||||
urlsWithIps?: ReadonlyArray<string>;
|
||||
hostname?: string;
|
||||
}>;
|
||||
|
||||
export type GetDevicesResultType = ReadonlyArray<
|
||||
|
||||
Reference in New Issue
Block a user