@webex/event-dictionary-ts 1.0.2160 → 1.0.2161
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.
|
@@ -3901,6 +3901,29 @@
|
|
|
3901
3901
|
"autoWithShare"
|
|
3902
3902
|
]
|
|
3903
3903
|
},
|
|
3904
|
+
"appliedLayout": {
|
|
3905
|
+
"type": "string",
|
|
3906
|
+
"enum": [
|
|
3907
|
+
"stack",
|
|
3908
|
+
"stackWithShare",
|
|
3909
|
+
"sideBySide",
|
|
3910
|
+
"sideBySideWithShare",
|
|
3911
|
+
"grid",
|
|
3912
|
+
"floatingActive",
|
|
3913
|
+
"floatingThumbnail",
|
|
3914
|
+
"floatingGrid",
|
|
3915
|
+
"overlay",
|
|
3916
|
+
"focus",
|
|
3917
|
+
"prominent",
|
|
3918
|
+
"focusWithShare",
|
|
3919
|
+
"prominentWithShare",
|
|
3920
|
+
"equal",
|
|
3921
|
+
"equalWithShare",
|
|
3922
|
+
"largeGallery",
|
|
3923
|
+
"auto",
|
|
3924
|
+
"autoWithShare"
|
|
3925
|
+
]
|
|
3926
|
+
},
|
|
3904
3927
|
"videoRenderType": {
|
|
3905
3928
|
"type": "string",
|
|
3906
3929
|
"description": "this defines the video render type of meetings",
|
|
@@ -472,6 +472,29 @@
|
|
|
472
472
|
"autoWithShare"
|
|
473
473
|
]
|
|
474
474
|
},
|
|
475
|
+
"appliedLayout": {
|
|
476
|
+
"type": "string",
|
|
477
|
+
"enum": [
|
|
478
|
+
"stack",
|
|
479
|
+
"stackWithShare",
|
|
480
|
+
"sideBySide",
|
|
481
|
+
"sideBySideWithShare",
|
|
482
|
+
"grid",
|
|
483
|
+
"floatingActive",
|
|
484
|
+
"floatingThumbnail",
|
|
485
|
+
"floatingGrid",
|
|
486
|
+
"overlay",
|
|
487
|
+
"focus",
|
|
488
|
+
"prominent",
|
|
489
|
+
"focusWithShare",
|
|
490
|
+
"prominentWithShare",
|
|
491
|
+
"equal",
|
|
492
|
+
"equalWithShare",
|
|
493
|
+
"largeGallery",
|
|
494
|
+
"auto",
|
|
495
|
+
"autoWithShare"
|
|
496
|
+
]
|
|
497
|
+
},
|
|
475
498
|
"videoRenderType": {
|
|
476
499
|
"type": "string",
|
|
477
500
|
"description": "this defines the video render type of meetings",
|
|
@@ -4482,6 +4505,29 @@
|
|
|
4482
4505
|
"autoWithShare"
|
|
4483
4506
|
]
|
|
4484
4507
|
},
|
|
4508
|
+
"appliedLayout": {
|
|
4509
|
+
"type": "string",
|
|
4510
|
+
"enum": [
|
|
4511
|
+
"stack",
|
|
4512
|
+
"stackWithShare",
|
|
4513
|
+
"sideBySide",
|
|
4514
|
+
"sideBySideWithShare",
|
|
4515
|
+
"grid",
|
|
4516
|
+
"floatingActive",
|
|
4517
|
+
"floatingThumbnail",
|
|
4518
|
+
"floatingGrid",
|
|
4519
|
+
"overlay",
|
|
4520
|
+
"focus",
|
|
4521
|
+
"prominent",
|
|
4522
|
+
"focusWithShare",
|
|
4523
|
+
"prominentWithShare",
|
|
4524
|
+
"equal",
|
|
4525
|
+
"equalWithShare",
|
|
4526
|
+
"largeGallery",
|
|
4527
|
+
"auto",
|
|
4528
|
+
"autoWithShare"
|
|
4529
|
+
]
|
|
4530
|
+
},
|
|
4485
4531
|
"videoRenderType": {
|
|
4486
4532
|
"type": "string",
|
|
4487
4533
|
"description": "this defines the video render type of meetings",
|
|
@@ -285,6 +285,25 @@ export interface Event {
|
|
|
285
285
|
| "largeGallery"
|
|
286
286
|
| "auto"
|
|
287
287
|
| "autoWithShare";
|
|
288
|
+
appliedLayout?:
|
|
289
|
+
| "stack"
|
|
290
|
+
| "stackWithShare"
|
|
291
|
+
| "sideBySide"
|
|
292
|
+
| "sideBySideWithShare"
|
|
293
|
+
| "grid"
|
|
294
|
+
| "floatingActive"
|
|
295
|
+
| "floatingThumbnail"
|
|
296
|
+
| "floatingGrid"
|
|
297
|
+
| "overlay"
|
|
298
|
+
| "focus"
|
|
299
|
+
| "prominent"
|
|
300
|
+
| "focusWithShare"
|
|
301
|
+
| "prominentWithShare"
|
|
302
|
+
| "equal"
|
|
303
|
+
| "equalWithShare"
|
|
304
|
+
| "largeGallery"
|
|
305
|
+
| "auto"
|
|
306
|
+
| "autoWithShare";
|
|
288
307
|
/**
|
|
289
308
|
* this defines the video render type of meetings
|
|
290
309
|
*/
|
|
@@ -2060,6 +2079,25 @@ export interface Event {
|
|
|
2060
2079
|
| "largeGallery"
|
|
2061
2080
|
| "auto"
|
|
2062
2081
|
| "autoWithShare";
|
|
2082
|
+
appliedLayout?:
|
|
2083
|
+
| "stack"
|
|
2084
|
+
| "stackWithShare"
|
|
2085
|
+
| "sideBySide"
|
|
2086
|
+
| "sideBySideWithShare"
|
|
2087
|
+
| "grid"
|
|
2088
|
+
| "floatingActive"
|
|
2089
|
+
| "floatingThumbnail"
|
|
2090
|
+
| "floatingGrid"
|
|
2091
|
+
| "overlay"
|
|
2092
|
+
| "focus"
|
|
2093
|
+
| "prominent"
|
|
2094
|
+
| "focusWithShare"
|
|
2095
|
+
| "prominentWithShare"
|
|
2096
|
+
| "equal"
|
|
2097
|
+
| "equalWithShare"
|
|
2098
|
+
| "largeGallery"
|
|
2099
|
+
| "auto"
|
|
2100
|
+
| "autoWithShare";
|
|
2063
2101
|
/**
|
|
2064
2102
|
* this defines the video render type of meetings
|
|
2065
2103
|
*/
|
|
@@ -18470,6 +18508,25 @@ export interface ClientEvent {
|
|
|
18470
18508
|
| "largeGallery"
|
|
18471
18509
|
| "auto"
|
|
18472
18510
|
| "autoWithShare";
|
|
18511
|
+
appliedLayout?:
|
|
18512
|
+
| "stack"
|
|
18513
|
+
| "stackWithShare"
|
|
18514
|
+
| "sideBySide"
|
|
18515
|
+
| "sideBySideWithShare"
|
|
18516
|
+
| "grid"
|
|
18517
|
+
| "floatingActive"
|
|
18518
|
+
| "floatingThumbnail"
|
|
18519
|
+
| "floatingGrid"
|
|
18520
|
+
| "overlay"
|
|
18521
|
+
| "focus"
|
|
18522
|
+
| "prominent"
|
|
18523
|
+
| "focusWithShare"
|
|
18524
|
+
| "prominentWithShare"
|
|
18525
|
+
| "equal"
|
|
18526
|
+
| "equalWithShare"
|
|
18527
|
+
| "largeGallery"
|
|
18528
|
+
| "auto"
|
|
18529
|
+
| "autoWithShare";
|
|
18473
18530
|
/**
|
|
18474
18531
|
* this defines the video render type of meetings
|
|
18475
18532
|
*/
|
package/package.json
CHANGED