Update to RingRTC v2.34.0
This commit is contained in:
parent
de025bb6f1
commit
3f8547f498
3 changed files with 8 additions and 5 deletions
|
@ -97,7 +97,7 @@
|
||||||
"@react-spring/web": "9.5.5",
|
"@react-spring/web": "9.5.5",
|
||||||
"@signalapp/better-sqlite3": "8.5.2",
|
"@signalapp/better-sqlite3": "8.5.2",
|
||||||
"@signalapp/libsignal-client": "0.31.0",
|
"@signalapp/libsignal-client": "0.31.0",
|
||||||
"@signalapp/ringrtc": "2.33.0",
|
"@signalapp/ringrtc": "2.34.0",
|
||||||
"@signalapp/windows-dummy-keystroke": "1.0.0",
|
"@signalapp/windows-dummy-keystroke": "1.0.0",
|
||||||
"@types/fabric": "4.5.3",
|
"@types/fabric": "4.5.3",
|
||||||
"backbone": "1.4.0",
|
"backbone": "1.4.0",
|
||||||
|
|
|
@ -831,6 +831,9 @@ export class CallingClass {
|
||||||
onReactions: (_groupCall, _reactions) => {
|
onReactions: (_groupCall, _reactions) => {
|
||||||
// TODO: Implement handling of reactions.
|
// TODO: Implement handling of reactions.
|
||||||
},
|
},
|
||||||
|
onRaisedHands: (_groupCall, _raisedHands) => {
|
||||||
|
// TODO: Implement handling of raised hands.
|
||||||
|
},
|
||||||
onPeekChanged: groupCall => {
|
onPeekChanged: groupCall => {
|
||||||
const localDeviceState = groupCall.getLocalDeviceState();
|
const localDeviceState = groupCall.getLocalDeviceState();
|
||||||
const peekInfo = groupCall.getPeekInfo() ?? null;
|
const peekInfo = groupCall.getPeekInfo() ?? null;
|
||||||
|
|
|
@ -3917,10 +3917,10 @@
|
||||||
ws "^8.4.2"
|
ws "^8.4.2"
|
||||||
zod "^3.20.2"
|
zod "^3.20.2"
|
||||||
|
|
||||||
"@signalapp/ringrtc@2.33.0":
|
"@signalapp/ringrtc@2.34.0":
|
||||||
version "2.33.0"
|
version "2.34.0"
|
||||||
resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.33.0.tgz#a18baa71c43e4a4d5ea996febcdfaac4e5a62f51"
|
resolved "https://registry.yarnpkg.com/@signalapp/ringrtc/-/ringrtc-2.34.0.tgz#a6665fe6587610d9bdf971890249fd5df2207473"
|
||||||
integrity sha512-PEgvEkcSzliN74hnCA3ffFDmmjCcAck4Xwu3sFqMTrVJ/XGcZqfcuGX6q/+3+P8UlsWrCeMgg6t7Ept1KqVOTg==
|
integrity sha512-IHyopnLTEthd/LQqE1b/kdLv1tmsfpqtROX/X1H3ZpqZXhNHtJISx2J7WcxQB7WIVLiWGUE+B7DEThPRHqhjdA==
|
||||||
dependencies:
|
dependencies:
|
||||||
tar "^6.1.0"
|
tar "^6.1.0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue