Update to RingRTC v2.32.1

This commit is contained in:
Jim Gustafson 2023-09-27 14:22:51 -07:00 committed by GitHub
parent 3b687ee68d
commit 88df942029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 5 deletions

View file

@ -825,6 +825,9 @@ export class CallingClass {
remoteDeviceStates,
});
},
onLowBandwidthForVideo: (_groupCall, _recovered) => {
// TODO: Implement handling of "low outgoing bandwidth for video" notification.
},
onPeekChanged: groupCall => {
const localDeviceState = groupCall.getLocalDeviceState();
const peekInfo = groupCall.getPeekInfo() ?? null;
@ -2146,6 +2149,11 @@ export class CallingClass {
isSharingScreen: Boolean(call.remoteSharingScreen),
});
};
// eslint-disable-next-line no-param-reassign
call.handleLowBandwidthForVideo = _recovered => {
// TODO: Implement handling of "low outgoing bandwidth for video" notification.
};
}
private async handleLogMessage(