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

@ -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({