Update to RingRTC v2.9.2
This commit is contained in:
parent
bc37b5c907
commit
245f8c665d
3 changed files with 6 additions and 4 deletions
|
@ -135,7 +135,7 @@
|
|||
"redux-ts-utils": "3.2.2",
|
||||
"reselect": "4.0.0",
|
||||
"rimraf": "2.6.2",
|
||||
"ringrtc": "https://github.com/signalapp/signal-ringrtc-node.git#3235e40ef2e81c2586bc005973d2923167b3b817",
|
||||
"ringrtc": "https://github.com/signalapp/signal-ringrtc-node.git#552582f97102be4baf27a81fdaab1fba46fc6595",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"sanitize.css": "11.0.0",
|
||||
"semver": "5.4.1",
|
||||
|
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -14381,9 +14381,9 @@ rimraf@~2.4.0:
|
|||
dependencies:
|
||||
glob "^6.0.1"
|
||||
|
||||
"ringrtc@https://github.com/signalapp/signal-ringrtc-node.git#3235e40ef2e81c2586bc005973d2923167b3b817":
|
||||
version "2.8.9"
|
||||
resolved "https://github.com/signalapp/signal-ringrtc-node.git#3235e40ef2e81c2586bc005973d2923167b3b817"
|
||||
"ringrtc@https://github.com/signalapp/signal-ringrtc-node.git#552582f97102be4baf27a81fdaab1fba46fc6595":
|
||||
version "2.9.2"
|
||||
resolved "https://github.com/signalapp/signal-ringrtc-node.git#552582f97102be4baf27a81fdaab1fba46fc6595"
|
||||
|
||||
ripemd160@^2.0.0, ripemd160@^2.0.1:
|
||||
version "2.0.1"
|
||||
|
|
Loading…
Reference in a new issue