Update to RingRTC v2.46.0

Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
Jim Gustafson 2024-08-02 15:46:41 -07:00 committed by GitHub
parent b3a5fd3cfb
commit d42e428ec3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View file

@ -11823,7 +11823,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
```
## libsignal-core 0.1.0, mrp 2.45.0, protobuf 2.45.0, ringrtc 2.45.0, regex-aot 0.1.0, partial-default-derive 0.1.0
## libsignal-core 0.1.0, mrp 2.46.0, protobuf 2.46.0, ringrtc 2.46.0, regex-aot 0.1.0, partial-default-derive 0.1.0
```
GNU AFFERO GENERAL PUBLIC LICENSE

8
package-lock.json generated
View file

@ -23,7 +23,7 @@
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "8.7.1",
"@signalapp/libsignal-client": "0.52.3",
"@signalapp/ringrtc": "2.45.0",
"@signalapp/ringrtc": "2.46.0",
"@signalapp/windows-dummy-keystroke": "1.0.0",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",
@ -7330,9 +7330,9 @@
}
},
"node_modules/@signalapp/ringrtc": {
"version": "2.45.0",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.45.0.tgz",
"integrity": "sha512-0hCCJV3M4xjo0xQkjxm5DhpsWFy8IWNitEL+DuQC8cJkdKzG3vnOsMDK+lH6AIV9pcWtUTtO2YzQRJ5moK8xLw==",
"version": "2.46.0",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.46.0.tgz",
"integrity": "sha512-obMxaYg9tstkrGOdvPM6qstj0xWt16apWRMcXPTzniPot+CDqdhKAPbL1ANHuUgpGlLV+FPXnC+P09XFR06LxQ==",
"hasInstallScript": true,
"dependencies": {
"https-proxy-agent": "7.0.1",

View file

@ -105,7 +105,7 @@
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "8.7.1",
"@signalapp/libsignal-client": "0.52.3",
"@signalapp/ringrtc": "2.45.0",
"@signalapp/ringrtc": "2.46.0",
"@signalapp/windows-dummy-keystroke": "1.0.0",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",

View file

@ -2968,6 +2968,11 @@ export class CallingClass {
});
};
// eslint-disable-next-line no-param-reassign
call.handleRemoteAudioEnabled = () => {
// TODO: Implement handling for the remote audio state using call.remoteAudioEnabled
};
// eslint-disable-next-line no-param-reassign
call.handleRemoteVideoEnabled = () => {
reduxInterface.remoteVideoChange({