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