@connectedxm/client 7.0.1 → 7.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2409,7 +2409,6 @@ interface Meeting extends BaseMeeting {
2409
2409
  }
2410
2410
  interface BaseStreamInput {
2411
2411
  id: string;
2412
- connected: boolean;
2413
2412
  name: string;
2414
2413
  public: boolean;
2415
2414
  image: BaseImage | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.0.1",
3
+ "version": "7.0.3",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",