Update to RingRTC v2.33.0

This commit is contained in:
Jim Gustafson 2023-09-28 14:52:07 -07:00 committed by GitHub
parent 66a4a8690a
commit bae73e180a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View file

@ -94,7 +94,7 @@
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "8.5.2",
"@signalapp/libsignal-client": "0.31.0",
"@signalapp/ringrtc": "2.32.1",
"@signalapp/ringrtc": "2.33.0",
"@signalapp/windows-dummy-keystroke": "1.0.0",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",

View file

@ -828,6 +828,9 @@ export class CallingClass {
onLowBandwidthForVideo: (_groupCall, _recovered) => {
// TODO: Implement handling of "low outgoing bandwidth for video" notification.
},
onReactions: (_groupCall, _reactions) => {
// TODO: Implement handling of reactions.
},
onPeekChanged: groupCall => {
const localDeviceState = groupCall.getLocalDeviceState();
const peekInfo = groupCall.getPeekInfo() ?? null;

View file

@ -3395,10 +3395,10 @@
ws "^8.4.2"
zod "^3.20.2"
"@signalapp/ringrtc@2.32.1":
version "2.32.1"
resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.32.1.tgz#252450e929d2ba4c67d63bd5300c2ac6f2723b78"
integrity sha512-tA98xLBLjM/XP8ivBdJxN+DJahzhZd2fUzOIqgYnO1I7PnK2aNS9ld2rohK1FMlkLEcMFT3r2bh188IGFOdHRQ==
"@signalapp/ringrtc@2.33.0":
version "2.33.0"
resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.33.0.tgz#a18baa71c43e4a4d5ea996febcdfaac4e5a62f51"
integrity sha512-PEgvEkcSzliN74hnCA3ffFDmmjCcAck4Xwu3sFqMTrVJ/XGcZqfcuGX6q/+3+P8UlsWrCeMgg6t7Ept1KqVOTg==
dependencies:
tar "^6.1.0"