Update to RingRTC v2.17.0
This commit is contained in:
parent
c539cae382
commit
d8c071dca6
3 changed files with 7 additions and 4 deletions
|
@ -674,6 +674,9 @@ export class CallingClass {
|
|||
onRemoteDeviceStatesChanged: groupCall => {
|
||||
this.syncGroupCallToRedux(conversationId, groupCall);
|
||||
},
|
||||
onAudioLevels: _groupCall => {
|
||||
// TODO: Implement audio level handling for group calls.
|
||||
},
|
||||
onPeekChanged: groupCall => {
|
||||
const localDeviceState = groupCall.getLocalDeviceState();
|
||||
const { eraId } = groupCall.getPeekInfo() || {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue