Update to RingRTC v2.9.2
This commit is contained in:
parent
bc37b5c907
commit
245f8c665d
3 changed files with 6 additions and 4 deletions
|
@ -28,6 +28,7 @@ import {
|
|||
UserId,
|
||||
VideoFrameSource,
|
||||
VideoRequest,
|
||||
BandwidthMode,
|
||||
} from 'ringrtc';
|
||||
import { uniqBy, noop } from 'lodash';
|
||||
|
||||
|
@ -1489,6 +1490,7 @@ export class CallingClass {
|
|||
return {
|
||||
iceServer: JSON.parse(iceServerJson),
|
||||
hideIp: shouldRelayCalls || isContactUnknown,
|
||||
bandwidthMode: BandwidthMode.Normal,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue