@connectedxm/admin 6.5.15 → 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 +3 -2
- package/dist/index.d.ts +3 -2
- package/package.json +1 -1
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;
|
|
@@ -6686,7 +6687,7 @@ interface StreamInputCreateInputs {
|
|
|
6686
6687
|
sessionId?: string | null;
|
|
6687
6688
|
groupId?: string | null;
|
|
6688
6689
|
meetingId?: string | null;
|
|
6689
|
-
|
|
6690
|
+
activityId?: string | null;
|
|
6690
6691
|
details?: object | null;
|
|
6691
6692
|
imageId?: string | null;
|
|
6692
6693
|
public?: boolean;
|
|
@@ -6701,7 +6702,7 @@ interface StreamInputUpdateInputs {
|
|
|
6701
6702
|
sessionId?: string | null;
|
|
6702
6703
|
groupId?: string | null;
|
|
6703
6704
|
meetingId?: string | null;
|
|
6704
|
-
|
|
6705
|
+
activityId?: string | null;
|
|
6705
6706
|
connected?: boolean;
|
|
6706
6707
|
imageId?: string | null;
|
|
6707
6708
|
public?: boolean;
|
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;
|
|
@@ -6686,7 +6687,7 @@ interface StreamInputCreateInputs {
|
|
|
6686
6687
|
sessionId?: string | null;
|
|
6687
6688
|
groupId?: string | null;
|
|
6688
6689
|
meetingId?: string | null;
|
|
6689
|
-
|
|
6690
|
+
activityId?: string | null;
|
|
6690
6691
|
details?: object | null;
|
|
6691
6692
|
imageId?: string | null;
|
|
6692
6693
|
public?: boolean;
|
|
@@ -6701,7 +6702,7 @@ interface StreamInputUpdateInputs {
|
|
|
6701
6702
|
sessionId?: string | null;
|
|
6702
6703
|
groupId?: string | null;
|
|
6703
6704
|
meetingId?: string | null;
|
|
6704
|
-
|
|
6705
|
+
activityId?: string | null;
|
|
6705
6706
|
connected?: boolean;
|
|
6706
6707
|
imageId?: string | null;
|
|
6707
6708
|
public?: boolean;
|