diff --git a/lib/tasks/transcribe.js b/lib/tasks/transcribe.js index 455b3010..5d4dfc53 100644 --- a/lib/tasks/transcribe.js +++ b/lib/tasks/transcribe.js @@ -95,7 +95,7 @@ class TaskTranscribe extends SttTask { } if (this.separateRecognitionPerChannel && this.ep2 && this.ep2.connected) { stopTranscription = true; - this.ep2.stopTranscription({vendor: this.vendor}) + this.ep2.stopTranscription({vendor: this.vendor, bugname: this.bugname}) .catch((err) => this.logger.info(err, 'Error TaskTranscribe:kill')); }