Update to RingRTC v2.33.0

This commit is contained in:
Jim Gustafson 2023-09-28 14:52:07 -07:00 committed by GitHub
parent 66a4a8690a
commit bae73e180a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View file

@ -828,6 +828,9 @@ export class CallingClass {
onLowBandwidthForVideo: (_groupCall, _recovered) => {
// TODO: Implement handling of "low outgoing bandwidth for video" notification.
},
onReactions: (_groupCall, _reactions) => {
// TODO: Implement handling of reactions.
},
onPeekChanged: groupCall => {
const localDeviceState = groupCall.getLocalDeviceState();
const peekInfo = groupCall.getPeekInfo() ?? null;