@pipecat-ai/websocket-transport 1.6.1 → 1.6.3
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.d.ts.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.module.js +1 -3
- package/dist/index.module.js.map +1 -1
- package/package.json +4 -4
package/dist/index.module.js
CHANGED
|
@@ -4352,9 +4352,7 @@ class $7f42eda74f1b1632$export$de21836fc42c6f9c extends (0, $kR6tG$Transport) {
|
|
|
4352
4352
|
}
|
|
4353
4353
|
}
|
|
4354
4354
|
connectionError(errorMsg) {
|
|
4355
|
-
|
|
4356
|
-
this.state = "error";
|
|
4357
|
-
this.disconnect();
|
|
4355
|
+
this._callbacks.onError?.((0, $kR6tG$RTVIMessage).error(errorMsg, true));
|
|
4358
4356
|
}
|
|
4359
4357
|
// Not implemented
|
|
4360
4358
|
enableScreenShare(enable) {
|