Stub out speechEvent callback

Co-authored-by: Miriam Zimmerman <mutexlox@signal.org>
This commit is contained in:
automated-signal 2024-11-18 17:23:20 -06:00 committed by GitHub
parent ca63f3712e
commit 64fe20d7dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1479,8 +1479,8 @@ export class CallingClass {
endedReason,
});
},
onSpeechEvent: (_groupCall: GroupCall, event: SpeechEvent) => {
log.info('GroupCall#onSpeechEvent', event);
onSpeechEvent: (_groupCall: GroupCall, _event: SpeechEvent) => {
// Implementation to come later
},
};
}