@connectedxm/client 7.2.10 → 7.2.11

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2504,12 +2504,14 @@ interface BaseStreamInput {
2504
2504
  locale: string;
2505
2505
  cloudflareId: string;
2506
2506
  webRTC: boolean;
2507
+ webRTCPlaybackUrl: string | null;
2507
2508
  }
2508
2509
  interface StreamInput extends BaseStreamInput {
2509
2510
  eventId: string | null;
2510
2511
  groupId: string | null;
2511
2512
  sessionId: string | null;
2512
2513
  meetingId: string | null;
2514
+ activityId: string | null;
2513
2515
  }
2514
2516
 
2515
2517
  interface ClientApiParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.2.10",
3
+ "version": "7.2.11",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",