This commit is contained in:
Hoan HL
2025-11-27 16:53:41 +07:00
parent fc2ad38750
commit f4b989fa34

View File

@@ -921,7 +921,7 @@ class TaskTranscribe extends SttTask {
isHandledByPrimaryProvider &&
// in global level, is there any fallback is already happened
// one fallen endpoint will mark cs.hasFallbackAsr to true,
// so if one endpoint the other endpoint will be able to fallback again
// so if one endpoint was fallen, the other endpoint would be able to fallback.
(isOneOfEndpointAlreadyFallenBack || !this.cs.hasFallbackAsr);
}