Update to RingRTC v2.34.0

This commit is contained in:
Jim Gustafson 2023-10-20 11:08:12 -07:00 committed by GitHub
parent de025bb6f1
commit 3f8547f498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View file

@ -831,6 +831,9 @@ export class CallingClass {
onReactions: (_groupCall, _reactions) => {
// TODO: Implement handling of reactions.
},
onRaisedHands: (_groupCall, _raisedHands) => {
// TODO: Implement handling of raised hands.
},
onPeekChanged: groupCall => {
const localDeviceState = groupCall.getLocalDeviceState();
const peekInfo = groupCall.getPeekInfo() ?? null;