@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.
@@ -1679,7 +1679,7 @@ var RealTimeTwoWayWebSocketRecognitionClient = class _RealTimeTwoWayWebSocketRec
1679
1679
  }
1680
1680
  async stopRecording() {
1681
1681
  if (this.state !== ClientState.READY) {
1682
- this.log("warn", "Cannot stop recording - not in READY state", {
1682
+ this.log("debug", "stopRecording called but not in READY state", {
1683
1683
  state: this.state
1684
1684
  });
1685
1685
  return;