@whereby.com/assistant-sdk 0.0.0-canary-20250916140846 → 0.0.0-canary-20250923130059

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/tools.d.ts CHANGED
@@ -8,6 +8,7 @@ declare class AudioMixer extends EventEmitter {
8
8
  private participantSlots;
9
9
  private activeSlots;
10
10
  private onStreamReady;
11
+ private mixer;
11
12
  constructor(onStreamReady: () => void);
12
13
  private setupMediaStream;
13
14
  getCombinedAudioStream(): MediaStream | null;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@whereby.com/assistant-sdk",
3
3
  "description": "Assistant SDK for whereby.com",
4
4
  "author": "Whereby AS",
5
- "version": "0.0.0-canary-20250916140846",
5
+ "version": "0.0.0-canary-20250923130059",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "dist",
@@ -64,7 +64,7 @@
64
64
  "express": "5.1.0",
65
65
  "uuid": "^11.0.3",
66
66
  "ws": "^8.18.0",
67
- "@whereby.com/core": "0.0.0-canary-20250916140846"
67
+ "@whereby.com/core": "0.0.0-canary-20250923130059"
68
68
  },
69
69
  "prettier": "@whereby.com/prettier-config",
70
70
  "scripts": {