@decartai/sdk 0.0.38 → 0.0.40

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.
@@ -225,9 +225,6 @@ var WebRTCConnection = class {
225
225
  this.handleSignalingMessage({ type: "ready" });
226
226
  }
227
227
  cleanup() {
228
- this.pc?.getSenders().forEach((s) => {
229
- s.track?.stop();
230
- });
231
228
  this.pc?.close();
232
229
  this.pc = null;
233
230
  this.ws?.close();
@@ -177,9 +177,9 @@ const _models = {
177
177
  lucy_v2v_14b_rt: {
178
178
  urlPath: "/v1/stream",
179
179
  name: "lucy_v2v_14b_rt",
180
- fps: 15,
180
+ fps: 20,
181
181
  width: 1280,
182
- height: 704,
182
+ height: 720,
183
183
  inputSchema: z.object({})
184
184
  },
185
185
  live_avatar: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decartai/sdk",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "description": "Decart's JavaScript SDK",
5
5
  "type": "module",
6
6
  "license": "MIT",