Update to RingRTC v2.9.2

This commit is contained in:
Jim Gustafson 2021-02-04 11:54:18 -08:00 committed by GitHub
parent bc37b5c907
commit 245f8c665d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -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,
};
}