@webex/event-dictionary-ts 1.0.2112 → 1.0.2113
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.
|
@@ -463,7 +463,9 @@
|
|
|
463
463
|
"prominentWithShare",
|
|
464
464
|
"equal",
|
|
465
465
|
"equalWithShare",
|
|
466
|
-
"largeGallery"
|
|
466
|
+
"largeGallery",
|
|
467
|
+
"auto",
|
|
468
|
+
"autoWithShare"
|
|
467
469
|
]
|
|
468
470
|
},
|
|
469
471
|
"videoRenderType": {
|
|
@@ -4392,7 +4394,9 @@
|
|
|
4392
4394
|
"prominentWithShare",
|
|
4393
4395
|
"equal",
|
|
4394
4396
|
"equalWithShare",
|
|
4395
|
-
"largeGallery"
|
|
4397
|
+
"largeGallery",
|
|
4398
|
+
"auto",
|
|
4399
|
+
"autoWithShare"
|
|
4396
4400
|
]
|
|
4397
4401
|
},
|
|
4398
4402
|
"videoRenderType": {
|
|
@@ -29409,7 +29413,9 @@
|
|
|
29409
29413
|
"prominentWithShare",
|
|
29410
29414
|
"equal",
|
|
29411
29415
|
"equalWithShare",
|
|
29412
|
-
"largeGallery"
|
|
29416
|
+
"largeGallery",
|
|
29417
|
+
"auto",
|
|
29418
|
+
"autoWithShare"
|
|
29413
29419
|
]
|
|
29414
29420
|
},
|
|
29415
29421
|
"toLayoutType": {
|
|
@@ -29430,7 +29436,9 @@
|
|
|
29430
29436
|
"prominentWithShare",
|
|
29431
29437
|
"equal",
|
|
29432
29438
|
"equalWithShare",
|
|
29433
|
-
"largeGallery"
|
|
29439
|
+
"largeGallery",
|
|
29440
|
+
"auto",
|
|
29441
|
+
"autoWithShare"
|
|
29434
29442
|
]
|
|
29435
29443
|
},
|
|
29436
29444
|
"zoomLayoutType": {
|
|
@@ -29451,7 +29459,9 @@
|
|
|
29451
29459
|
"prominentWithShare",
|
|
29452
29460
|
"equal",
|
|
29453
29461
|
"equalWithShare",
|
|
29454
|
-
"largeGallery"
|
|
29462
|
+
"largeGallery",
|
|
29463
|
+
"auto",
|
|
29464
|
+
"autoWithShare"
|
|
29455
29465
|
]
|
|
29456
29466
|
},
|
|
29457
29467
|
"duration": {
|
|
@@ -3883,7 +3883,9 @@
|
|
|
3883
3883
|
"prominentWithShare",
|
|
3884
3884
|
"equal",
|
|
3885
3885
|
"equalWithShare",
|
|
3886
|
-
"largeGallery"
|
|
3886
|
+
"largeGallery",
|
|
3887
|
+
"auto",
|
|
3888
|
+
"autoWithShare"
|
|
3887
3889
|
]
|
|
3888
3890
|
},
|
|
3889
3891
|
"toLayoutType": {
|
|
@@ -3904,7 +3906,9 @@
|
|
|
3904
3906
|
"prominentWithShare",
|
|
3905
3907
|
"equal",
|
|
3906
3908
|
"equalWithShare",
|
|
3907
|
-
"largeGallery"
|
|
3909
|
+
"largeGallery",
|
|
3910
|
+
"auto",
|
|
3911
|
+
"autoWithShare"
|
|
3908
3912
|
]
|
|
3909
3913
|
},
|
|
3910
3914
|
"zoomLayoutType": {
|
|
@@ -3925,7 +3929,9 @@
|
|
|
3925
3929
|
"prominentWithShare",
|
|
3926
3930
|
"equal",
|
|
3927
3931
|
"equalWithShare",
|
|
3928
|
-
"largeGallery"
|
|
3932
|
+
"largeGallery",
|
|
3933
|
+
"auto",
|
|
3934
|
+
"autoWithShare"
|
|
3929
3935
|
]
|
|
3930
3936
|
},
|
|
3931
3937
|
"duration": {
|
|
@@ -278,7 +278,9 @@ export interface Event {
|
|
|
278
278
|
| "prominentWithShare"
|
|
279
279
|
| "equal"
|
|
280
280
|
| "equalWithShare"
|
|
281
|
-
| "largeGallery"
|
|
281
|
+
| "largeGallery"
|
|
282
|
+
| "auto"
|
|
283
|
+
| "autoWithShare";
|
|
282
284
|
/**
|
|
283
285
|
* this defines the video render type of meetings
|
|
284
286
|
*/
|
|
@@ -2010,7 +2012,9 @@ export interface Event {
|
|
|
2010
2012
|
| "prominentWithShare"
|
|
2011
2013
|
| "equal"
|
|
2012
2014
|
| "equalWithShare"
|
|
2013
|
-
| "largeGallery"
|
|
2015
|
+
| "largeGallery"
|
|
2016
|
+
| "auto"
|
|
2017
|
+
| "autoWithShare";
|
|
2014
2018
|
/**
|
|
2015
2019
|
* this defines the video render type of meetings
|
|
2016
2020
|
*/
|
|
@@ -12889,7 +12893,9 @@ export interface Event {
|
|
|
12889
12893
|
| "prominentWithShare"
|
|
12890
12894
|
| "equal"
|
|
12891
12895
|
| "equalWithShare"
|
|
12892
|
-
| "largeGallery"
|
|
12896
|
+
| "largeGallery"
|
|
12897
|
+
| "auto"
|
|
12898
|
+
| "autoWithShare";
|
|
12893
12899
|
toLayoutType?:
|
|
12894
12900
|
| "stack"
|
|
12895
12901
|
| "stackWithShare"
|
|
@@ -12906,7 +12912,9 @@ export interface Event {
|
|
|
12906
12912
|
| "prominentWithShare"
|
|
12907
12913
|
| "equal"
|
|
12908
12914
|
| "equalWithShare"
|
|
12909
|
-
| "largeGallery"
|
|
12915
|
+
| "largeGallery"
|
|
12916
|
+
| "auto"
|
|
12917
|
+
| "autoWithShare";
|
|
12910
12918
|
zoomLayoutType?:
|
|
12911
12919
|
| "stack"
|
|
12912
12920
|
| "stackWithShare"
|
|
@@ -12923,7 +12931,9 @@ export interface Event {
|
|
|
12923
12931
|
| "prominentWithShare"
|
|
12924
12932
|
| "equal"
|
|
12925
12933
|
| "equalWithShare"
|
|
12926
|
-
| "largeGallery"
|
|
12934
|
+
| "largeGallery"
|
|
12935
|
+
| "auto"
|
|
12936
|
+
| "autoWithShare";
|
|
12927
12937
|
duration?: number;
|
|
12928
12938
|
myVideoCSI?: number;
|
|
12929
12939
|
myNodeID?: number;
|
|
@@ -17799,7 +17809,9 @@ export interface ClientEvent {
|
|
|
17799
17809
|
| "prominentWithShare"
|
|
17800
17810
|
| "equal"
|
|
17801
17811
|
| "equalWithShare"
|
|
17802
|
-
| "largeGallery"
|
|
17812
|
+
| "largeGallery"
|
|
17813
|
+
| "auto"
|
|
17814
|
+
| "autoWithShare";
|
|
17803
17815
|
/**
|
|
17804
17816
|
* this defines the video render type of meetings
|
|
17805
17817
|
*/
|
|
@@ -21618,7 +21630,9 @@ export interface FeatureEvent {
|
|
|
21618
21630
|
| "prominentWithShare"
|
|
21619
21631
|
| "equal"
|
|
21620
21632
|
| "equalWithShare"
|
|
21621
|
-
| "largeGallery"
|
|
21633
|
+
| "largeGallery"
|
|
21634
|
+
| "auto"
|
|
21635
|
+
| "autoWithShare";
|
|
21622
21636
|
toLayoutType?:
|
|
21623
21637
|
| "stack"
|
|
21624
21638
|
| "stackWithShare"
|
|
@@ -21635,7 +21649,9 @@ export interface FeatureEvent {
|
|
|
21635
21649
|
| "prominentWithShare"
|
|
21636
21650
|
| "equal"
|
|
21637
21651
|
| "equalWithShare"
|
|
21638
|
-
| "largeGallery"
|
|
21652
|
+
| "largeGallery"
|
|
21653
|
+
| "auto"
|
|
21654
|
+
| "autoWithShare";
|
|
21639
21655
|
zoomLayoutType?:
|
|
21640
21656
|
| "stack"
|
|
21641
21657
|
| "stackWithShare"
|
|
@@ -21652,7 +21668,9 @@ export interface FeatureEvent {
|
|
|
21652
21668
|
| "prominentWithShare"
|
|
21653
21669
|
| "equal"
|
|
21654
21670
|
| "equalWithShare"
|
|
21655
|
-
| "largeGallery"
|
|
21671
|
+
| "largeGallery"
|
|
21672
|
+
| "auto"
|
|
21673
|
+
| "autoWithShare";
|
|
21656
21674
|
duration?: number;
|
|
21657
21675
|
myVideoCSI?: number;
|
|
21658
21676
|
myNodeID?: number;
|
package/package.json
CHANGED