@connectedxm/client 6.7.0 → 6.7.1

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2455,9 +2455,9 @@ interface BaseMeeting {
2455
2455
  title?: string;
2456
2456
  }
2457
2457
  interface Meeting extends BaseMeeting {
2458
- event: BaseEvent;
2459
- session: BaseSession;
2460
- group: BaseGroup;
2458
+ event?: BaseEvent;
2459
+ session?: BaseSession;
2460
+ group?: BaseGroup;
2461
2461
  streams: StreamInput[];
2462
2462
  }
2463
2463
  interface BaseStreamInput {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "6.7.0",
3
+ "version": "6.7.1",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",