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,
|
endedReason,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onSpeechEvent: (_groupCall: GroupCall, event: SpeechEvent) => {
|
onSpeechEvent: (_groupCall: GroupCall, _event: SpeechEvent) => {
|
||||||
log.info('GroupCall#onSpeechEvent', event);
|
// Implementation to come later
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue