mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-07-24 13:12:08 +00:00
adding log
This commit is contained in:
@@ -1359,6 +1359,7 @@ class CallSession extends Emitter {
|
||||
const opts = {
|
||||
transcribe_status: isHold ? TranscribeStatus.Pause : TranscribeStatus.Resume
|
||||
};
|
||||
this.logger.debug(`updating ${opts} for ${transcribeTasks.length} transcribe tasks.`);
|
||||
transcribeTasks.forEach((t) => {
|
||||
if (isHold && !t.paused) {
|
||||
t.updateTranscribe(opts);
|
||||
|
||||
Reference in New Issue
Block a user