fix for hey jibo again

This commit is contained in:
Jacob Dubin
2026-04-18 21:22:53 -05:00
parent 25d5ab1e43
commit d4b33a1635
12 changed files with 4334 additions and 0 deletions

View File

@@ -708,6 +708,12 @@ public sealed class WebSocketTurnFinalizationService(
return false;
}
var messageType = ReadMessageType(turn);
if (messageType is not ("CLIENT_ASR" or "CLIENT_NLU"))
{
return false;
}
if (!ReadBoolAttribute(turn, "listenHotphrase"))
{
return false;