Update to RingRTC v2.28.0

This commit is contained in:
Jim Gustafson 2023-05-31 16:37:19 -07:00 committed by GitHub
parent 60d41b8101
commit a56a50ad19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -23,6 +23,7 @@ import {
CallState,
CanvasVideoRenderer,
ConnectionState,
DataMode,
JoinState,
HttpMethod,
GroupCall,
@ -36,7 +37,6 @@ import {
RingCancelReason,
RingRTC,
RingUpdate,
BandwidthMode,
} from '@signalapp/ringrtc';
import { uniqBy, noop } from 'lodash';
import Long from 'long';
@ -2116,7 +2116,7 @@ export class CallingClass {
urls: iceServer.urls.slice(),
},
hideIp: shouldRelayCalls || isContactUnknown,
bandwidthMode: BandwidthMode.Normal,
dataMode: DataMode.Normal,
// TODO: DESKTOP-3101
// audioLevelsIntervalMillis: AUDIO_LEVEL_INTERVAL_MS,
};