@volley/recognition-client-sdk 0.1.210 → 0.1.211
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1714,7 +1714,7 @@ var RealTimeTwoWayWebSocketRecognitionClient = class _RealTimeTwoWayWebSocketRec
|
|
|
1714
1714
|
}
|
|
1715
1715
|
async stopRecording() {
|
|
1716
1716
|
if (this.state !== ClientState.READY) {
|
|
1717
|
-
this.log("
|
|
1717
|
+
this.log("debug", "stopRecording called but not in READY state", {
|
|
1718
1718
|
state: this.state
|
|
1719
1719
|
});
|
|
1720
1720
|
return;
|