@webex/event-dictionary-ts 1.0.1479 → 1.0.1480
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.
|
@@ -16679,7 +16679,8 @@
|
|
|
16679
16679
|
"description": "view type of a video stream",
|
|
16680
16680
|
"enum": [
|
|
16681
16681
|
"Default",
|
|
16682
|
-
"Speaker"
|
|
16682
|
+
"Speaker",
|
|
16683
|
+
"Stereoscopic"
|
|
16683
16684
|
]
|
|
16684
16685
|
},
|
|
16685
16686
|
"contentSourceInputs": {
|
|
@@ -16728,7 +16729,8 @@
|
|
|
16728
16729
|
"description": "view type of a video stream",
|
|
16729
16730
|
"enum": [
|
|
16730
16731
|
"Default",
|
|
16731
|
-
"Speaker"
|
|
16732
|
+
"Speaker",
|
|
16733
|
+
"Stereoscopic"
|
|
16732
16734
|
]
|
|
16733
16735
|
}
|
|
16734
16736
|
},
|
|
@@ -19057,7 +19059,8 @@
|
|
|
19057
19059
|
"description": "view type of a video stream",
|
|
19058
19060
|
"enum": [
|
|
19059
19061
|
"Default",
|
|
19060
|
-
"Speaker"
|
|
19062
|
+
"Speaker",
|
|
19063
|
+
"Stereoscopic"
|
|
19061
19064
|
]
|
|
19062
19065
|
}
|
|
19063
19066
|
}
|
|
@@ -19070,7 +19073,8 @@
|
|
|
19070
19073
|
"description": "view type of a video stream",
|
|
19071
19074
|
"enum": [
|
|
19072
19075
|
"Default",
|
|
19073
|
-
"Speaker"
|
|
19076
|
+
"Speaker",
|
|
19077
|
+
"Stereoscopic"
|
|
19074
19078
|
]
|
|
19075
19079
|
}
|
|
19076
19080
|
}
|
|
@@ -4877,7 +4877,8 @@
|
|
|
4877
4877
|
"description": "view type of a video stream",
|
|
4878
4878
|
"enum": [
|
|
4879
4879
|
"Default",
|
|
4880
|
-
"Speaker"
|
|
4880
|
+
"Speaker",
|
|
4881
|
+
"Stereoscopic"
|
|
4881
4882
|
]
|
|
4882
4883
|
},
|
|
4883
4884
|
"contentSourceInputs": {
|
|
@@ -4926,7 +4927,8 @@
|
|
|
4926
4927
|
"description": "view type of a video stream",
|
|
4927
4928
|
"enum": [
|
|
4928
4929
|
"Default",
|
|
4929
|
-
"Speaker"
|
|
4930
|
+
"Speaker",
|
|
4931
|
+
"Stereoscopic"
|
|
4930
4932
|
]
|
|
4931
4933
|
}
|
|
4932
4934
|
},
|
|
@@ -7255,7 +7257,8 @@
|
|
|
7255
7257
|
"description": "view type of a video stream",
|
|
7256
7258
|
"enum": [
|
|
7257
7259
|
"Default",
|
|
7258
|
-
"Speaker"
|
|
7260
|
+
"Speaker",
|
|
7261
|
+
"Stereoscopic"
|
|
7259
7262
|
]
|
|
7260
7263
|
}
|
|
7261
7264
|
}
|
|
@@ -7268,7 +7271,8 @@
|
|
|
7268
7271
|
"description": "view type of a video stream",
|
|
7269
7272
|
"enum": [
|
|
7270
7273
|
"Default",
|
|
7271
|
-
"Speaker"
|
|
7274
|
+
"Speaker",
|
|
7275
|
+
"Stereoscopic"
|
|
7272
7276
|
]
|
|
7273
7277
|
}
|
|
7274
7278
|
}
|
|
@@ -6864,7 +6864,7 @@ export interface Event {
|
|
|
6864
6864
|
/**
|
|
6865
6865
|
* view type of a video stream
|
|
6866
6866
|
*/
|
|
6867
|
-
announcedView?: "Default" | "Speaker";
|
|
6867
|
+
announcedView?: "Default" | "Speaker" | "Stereoscopic";
|
|
6868
6868
|
contentSourceInputs?: {
|
|
6869
6869
|
sourceType: {};
|
|
6870
6870
|
sourceIdentifier: string;
|
|
@@ -6875,7 +6875,7 @@ export interface Event {
|
|
|
6875
6875
|
}[];
|
|
6876
6876
|
additionalProperties?: false;
|
|
6877
6877
|
}[];
|
|
6878
|
-
viewAnnouncements?: ("Default" | "Speaker")[];
|
|
6878
|
+
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
6879
6879
|
viewReconfigurations?: number;
|
|
6880
6880
|
additionalProperties?: false;
|
|
6881
6881
|
}[];
|
|
@@ -7893,10 +7893,10 @@ export interface Event {
|
|
|
7893
7893
|
/**
|
|
7894
7894
|
* view type of a video stream
|
|
7895
7895
|
*/
|
|
7896
|
-
receivedView?: "Default" | "Speaker";
|
|
7896
|
+
receivedView?: "Default" | "Speaker" | "Stereoscopic";
|
|
7897
7897
|
additionalProperties?: false;
|
|
7898
7898
|
}[];
|
|
7899
|
-
receivedViews?: ("Default" | "Speaker")[];
|
|
7899
|
+
receivedViews?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
7900
7900
|
additionalProperties?: false;
|
|
7901
7901
|
}[];
|
|
7902
7902
|
gamestateTransmit?: {
|
|
@@ -17881,7 +17881,7 @@ export interface MediaQualityEvent {
|
|
|
17881
17881
|
/**
|
|
17882
17882
|
* view type of a video stream
|
|
17883
17883
|
*/
|
|
17884
|
-
announcedView?: "Default" | "Speaker";
|
|
17884
|
+
announcedView?: "Default" | "Speaker" | "Stereoscopic";
|
|
17885
17885
|
contentSourceInputs?: {
|
|
17886
17886
|
sourceType: {};
|
|
17887
17887
|
sourceIdentifier: string;
|
|
@@ -17892,7 +17892,7 @@ export interface MediaQualityEvent {
|
|
|
17892
17892
|
}[];
|
|
17893
17893
|
additionalProperties?: false;
|
|
17894
17894
|
}[];
|
|
17895
|
-
viewAnnouncements?: ("Default" | "Speaker")[];
|
|
17895
|
+
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
17896
17896
|
viewReconfigurations?: number;
|
|
17897
17897
|
additionalProperties?: false;
|
|
17898
17898
|
}[];
|
|
@@ -18905,10 +18905,10 @@ export interface MediaQualityEvent {
|
|
|
18905
18905
|
/**
|
|
18906
18906
|
* view type of a video stream
|
|
18907
18907
|
*/
|
|
18908
|
-
receivedView?: "Default" | "Speaker";
|
|
18908
|
+
receivedView?: "Default" | "Speaker" | "Stereoscopic";
|
|
18909
18909
|
additionalProperties?: false;
|
|
18910
18910
|
}[];
|
|
18911
|
-
receivedViews?: ("Default" | "Speaker")[];
|
|
18911
|
+
receivedViews?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
18912
18912
|
additionalProperties?: false;
|
|
18913
18913
|
}[];
|
|
18914
18914
|
gamestateTransmit?: {
|
package/package.json
CHANGED