Update to RingRTC v2.17.0

This commit is contained in:
Jim Gustafson 2022-01-15 18:59:01 -08:00 committed by GitHub
parent c539cae382
commit d8c071dca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View file

@ -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() || {};