Stub out speechEvent callback
Co-authored-by: Miriam Zimmerman <mutexlox@signal.org>
This commit is contained in:
parent
ca63f3712e
commit
64fe20d7dd
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…
Add table
Reference in a new issue