Update to ringrtc 2.48.7
This commit is contained in:
parent
8e3b8b92fd
commit
7faae3ab71
4 changed files with 12 additions and 66 deletions
|
@ -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);
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue