Update to RingRTC v2.46.0
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
parent
b3a5fd3cfb
commit
d42e428ec3
4 changed files with 11 additions and 6 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue