mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
calling: make hostname optional in IceServer type
This commit is contained in:
@@ -2691,7 +2691,7 @@ export class CallingClass {
|
||||
: // proritize ice servers with IPs to avoid DNS
|
||||
[
|
||||
{
|
||||
hostname: iceServer.hostname,
|
||||
hostname: iceServer.hostname ?? '',
|
||||
username: iceServer.username,
|
||||
password: iceServer.password,
|
||||
urls: (iceServer.urlsWithIps ?? []).slice(),
|
||||
|
||||
Reference in New Issue
Block a user