Update to ringrtc 2.48.7

This commit is contained in:
Miriam Zimmerman 2024-11-15 20:37:40 -05:00 committed by GitHub
parent 8e3b8b92fd
commit 7faae3ab71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 66 deletions

View file

@ -7,6 +7,7 @@ import type {
CallId,
DeviceId,
GroupCallObserver,
SpeechEvent,
PeekInfo,
UserId,
VideoFrameSource,
@ -1478,6 +1479,9 @@ export class CallingClass {
endedReason,
});
},
onSpeechEvent: (_groupCall: GroupCall, event: SpeechEvent) => {
log.info('GroupCall#onSpeechEvent', event);
},
};
}