@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.
- package/dist/index.d.ts +2 -0
- 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 {
|