@pipecat-ai/websocket-transport 1.6.4 → 1.6.6
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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.module.js +5 -5
- package/dist/index.module.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4370,23 +4370,23 @@ class $bee70417e8ead9ed$export$de21836fc42c6f9c extends (0, $fkNis$pipecataiclie
|
|
|
4370
4370
|
}
|
|
4371
4371
|
// Not implemented
|
|
4372
4372
|
enableScreenShare(enable) {
|
|
4373
|
-
(0, $fkNis$pipecataiclientjs.logger).
|
|
4373
|
+
(0, $fkNis$pipecataiclientjs.logger).warn("enableScreenShare not implemented for WebSocketTransport");
|
|
4374
4374
|
throw new (0, $fkNis$pipecataiclientjs.UnsupportedFeatureError)("enableScreenShare", "webSocketTransport", "This feature has not been implemented");
|
|
4375
4375
|
}
|
|
4376
4376
|
get isSharingScreen() {
|
|
4377
|
-
(0, $fkNis$pipecataiclientjs.logger).
|
|
4377
|
+
(0, $fkNis$pipecataiclientjs.logger).warn("isSharingScreen not implemented for WebSocketTransport");
|
|
4378
4378
|
return false;
|
|
4379
4379
|
}
|
|
4380
4380
|
enableCam(enable) {
|
|
4381
|
-
(0, $fkNis$pipecataiclientjs.logger).
|
|
4381
|
+
(0, $fkNis$pipecataiclientjs.logger).warn("enableCam not implemented for WebSocketTransport");
|
|
4382
4382
|
throw new (0, $fkNis$pipecataiclientjs.UnsupportedFeatureError)("enableCam", "webSocketTransport", "This feature has not been implemented");
|
|
4383
4383
|
}
|
|
4384
4384
|
get isCamEnabled() {
|
|
4385
|
-
(0, $fkNis$pipecataiclientjs.logger).
|
|
4385
|
+
(0, $fkNis$pipecataiclientjs.logger).warn("isCamEnabled not implemented for WebSocketTransport");
|
|
4386
4386
|
return false;
|
|
4387
4387
|
}
|
|
4388
4388
|
get selectedCam() {
|
|
4389
|
-
(0, $fkNis$pipecataiclientjs.logger).
|
|
4389
|
+
(0, $fkNis$pipecataiclientjs.logger).warn("selectedCam not implemented for WebSocketTransport");
|
|
4390
4390
|
throw new (0, $fkNis$pipecataiclientjs.UnsupportedFeatureError)("selectedCam", "webSocketTransport", "This feature has not been implemented");
|
|
4391
4391
|
}
|
|
4392
4392
|
}
|