Update to RingRTC v2.17.0
This commit is contained in:
parent
c539cae382
commit
d8c071dca6
3 changed files with 7 additions and 4 deletions
|
@ -163,7 +163,7 @@
|
||||||
"redux-ts-utils": "3.2.2",
|
"redux-ts-utils": "3.2.2",
|
||||||
"reselect": "4.1.2",
|
"reselect": "4.1.2",
|
||||||
"rimraf": "2.6.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",
|
"rotating-file-stream": "2.1.5",
|
||||||
"sanitize.css": "11.0.0",
|
"sanitize.css": "11.0.0",
|
||||||
"semver": "5.4.1",
|
"semver": "5.4.1",
|
||||||
|
|
|
@ -674,6 +674,9 @@ export class CallingClass {
|
||||||
onRemoteDeviceStatesChanged: groupCall => {
|
onRemoteDeviceStatesChanged: groupCall => {
|
||||||
this.syncGroupCallToRedux(conversationId, groupCall);
|
this.syncGroupCallToRedux(conversationId, groupCall);
|
||||||
},
|
},
|
||||||
|
onAudioLevels: _groupCall => {
|
||||||
|
// TODO: Implement audio level handling for group calls.
|
||||||
|
},
|
||||||
onPeekChanged: groupCall => {
|
onPeekChanged: groupCall => {
|
||||||
const localDeviceState = groupCall.getLocalDeviceState();
|
const localDeviceState = groupCall.getLocalDeviceState();
|
||||||
const { eraId } = groupCall.getPeekInfo() || {};
|
const { eraId } = groupCall.getPeekInfo() || {};
|
||||||
|
|
|
@ -13005,9 +13005,9 @@ rimraf@^3.0.0, rimraf@^3.0.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
glob "^7.1.3"
|
glob "^7.1.3"
|
||||||
|
|
||||||
"ringrtc@https://github.com/signalapp/signal-ringrtc-node.git#4cfc6e77aff04e2d721c38d76c111d09df1e14d5":
|
"ringrtc@https://github.com/signalapp/signal-ringrtc-node.git#f25f900355bbd69821449a39ad88c5a1afdaaac3":
|
||||||
version "2.16.1"
|
version "2.17.0"
|
||||||
resolved "https://github.com/signalapp/signal-ringrtc-node.git#4cfc6e77aff04e2d721c38d76c111d09df1e14d5"
|
resolved "https://github.com/signalapp/signal-ringrtc-node.git#f25f900355bbd69821449a39ad88c5a1afdaaac3"
|
||||||
|
|
||||||
ripemd160@^2.0.0, ripemd160@^2.0.1:
|
ripemd160@^2.0.0, ripemd160@^2.0.1:
|
||||||
version "2.0.1"
|
version "2.0.1"
|
||||||
|
|
Loading…
Reference in a new issue