Stub out speechEvent callback
This commit is contained in:
parent
d768e56d4b
commit
0c707975d8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue