Skip to content

Commit 0c70797

Browse files
Stub out speechEvent callback
1 parent d768e56 commit 0c70797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts/services/calling.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,8 +1479,8 @@ export class CallingClass {
14791479
endedReason,
14801480
});
14811481
},
1482-
onSpeechEvent: (_groupCall: GroupCall, event: SpeechEvent) => {
1483-
log.info('GroupCall#onSpeechEvent', event);
1482+
onSpeechEvent: (_groupCall: GroupCall, _event: SpeechEvent) => {
1483+
// Implementation to come later
14841484
},
14851485
};
14861486
}

0 commit comments

Comments
 (0)