You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks similar to one of the bugfixes in the release notes for 1.38, but I couldn't find any relevant change in the Node SDK, and the note also relates to Start/StopKeywordRecognition.
Version
1.34.0
What browser/platform are you seeing the problem on?
Node
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
The bug fix in 1.38 around large WebSocket messages dealt with the native SDK's when a long keyword phrase was spotted on the edge device and the way the audio was replayed to the service.
In this case, they phrase list is sent in one WebSocket message, and the service is configured to accept < 64K messages.
What happened?
While running
startContinuousRecognitionAsync
, we received the following error:This looks similar to one of the bugfixes in the release notes for 1.38, but I couldn't find any relevant change in the Node SDK, and the note also relates to
Start/StopKeywordRecognition
.Version
1.34.0
What browser/platform are you seeing the problem on?
Node
Relevant log output
No response
The text was updated successfully, but these errors were encountered: