From d8c071dca657c8764382aa3f5eb3352c432a4a74 Mon Sep 17 00:00:00 2001 From: Jim Gustafson Date: Sat, 15 Jan 2022 18:59:01 -0800 Subject: [PATCH] Update to RingRTC v2.17.0 --- package.json | 2 +- ts/services/calling.ts | 3 +++ yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 30c1ea8bf5ba..fe358ce6920d 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "redux-ts-utils": "3.2.2", "reselect": "4.1.2", "rimraf": "2.6.2", - "ringrtc": "https://github.com/signalapp/signal-ringrtc-node.git#4cfc6e77aff04e2d721c38d76c111d09df1e14d5", + "ringrtc": "https://github.com/signalapp/signal-ringrtc-node.git#f25f900355bbd69821449a39ad88c5a1afdaaac3", "rotating-file-stream": "2.1.5", "sanitize.css": "11.0.0", "semver": "5.4.1", diff --git a/ts/services/calling.ts b/ts/services/calling.ts index b783d525f8e2..553bd2bafff9 100644 --- a/ts/services/calling.ts +++ b/ts/services/calling.ts @@ -674,6 +674,9 @@ export class CallingClass { onRemoteDeviceStatesChanged: groupCall => { this.syncGroupCallToRedux(conversationId, groupCall); }, + onAudioLevels: _groupCall => { + // TODO: Implement audio level handling for group calls. + }, onPeekChanged: groupCall => { const localDeviceState = groupCall.getLocalDeviceState(); const { eraId } = groupCall.getPeekInfo() || {}; diff --git a/yarn.lock b/yarn.lock index 28beb7ece9c2..c61545fef5f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13005,9 +13005,9 @@ rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" -"ringrtc@https://github.com/signalapp/signal-ringrtc-node.git#4cfc6e77aff04e2d721c38d76c111d09df1e14d5": - version "2.16.1" - resolved "https://github.com/signalapp/signal-ringrtc-node.git#4cfc6e77aff04e2d721c38d76c111d09df1e14d5" +"ringrtc@https://github.com/signalapp/signal-ringrtc-node.git#f25f900355bbd69821449a39ad88c5a1afdaaac3": + version "2.17.0" + resolved "https://github.com/signalapp/signal-ringrtc-node.git#f25f900355bbd69821449a39ad88c5a1afdaaac3" ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.1"