Update to RingRTC v2.38.0
Co-authored-by: ayumi yu <ayumi@signal.org>
This commit is contained in:
parent
b5da4a64d0
commit
1fc6a26299
3 changed files with 13 additions and 9 deletions
|
@ -2596,10 +2596,14 @@ export class CallingClass {
|
|||
const isContactUntrusted = !isInSystemContacts(conversation.attributes);
|
||||
|
||||
const callSettings = {
|
||||
iceServer: {
|
||||
...iceServer,
|
||||
urls: iceServer.urls.slice(),
|
||||
},
|
||||
iceServers: [
|
||||
{
|
||||
hostname: '',
|
||||
username: iceServer.username,
|
||||
password: iceServer.password,
|
||||
urls: iceServer.urls.slice(),
|
||||
},
|
||||
],
|
||||
hideIp: shouldRelayCalls || isContactUntrusted,
|
||||
dataMode: DataMode.Normal,
|
||||
// TODO: DESKTOP-3101
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue