Update to RingRTC v2.34.0
This commit is contained in:
parent
de025bb6f1
commit
3f8547f498
3 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue