@connectedxm/admin 6.5.16 → 6.5.17

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/index.d.cts CHANGED
@@ -4188,6 +4188,7 @@ interface BaseStreamInput {
4188
4188
  image: BaseImage | null;
4189
4189
  locale: string;
4190
4190
  webRTC: boolean;
4191
+ webRTCPlaybackUrl: string | null;
4191
4192
  }
4192
4193
  interface StreamInput extends BaseStreamInput {
4193
4194
  eventId: string | null;
package/dist/index.d.ts CHANGED
@@ -4188,6 +4188,7 @@ interface BaseStreamInput {
4188
4188
  image: BaseImage | null;
4189
4189
  locale: string;
4190
4190
  webRTC: boolean;
4191
+ webRTCPlaybackUrl: string | null;
4191
4192
  }
4192
4193
  interface StreamInput extends BaseStreamInput {
4193
4194
  eventId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.5.16",
3
+ "version": "6.5.17",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",