@webex/event-dictionary-ts 1.0.1581 → 1.0.1583
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.
|
@@ -17469,6 +17469,36 @@
|
|
|
17469
17469
|
"others"
|
|
17470
17470
|
]
|
|
17471
17471
|
},
|
|
17472
|
+
"shareContentSwitchedToVideoCount": {
|
|
17473
|
+
"type": "integer",
|
|
17474
|
+
"minimum": 0,
|
|
17475
|
+
"maximum": 2147483647
|
|
17476
|
+
},
|
|
17477
|
+
"shareContentSwitchedToTextCount": {
|
|
17478
|
+
"type": "integer",
|
|
17479
|
+
"minimum": 0,
|
|
17480
|
+
"maximum": 2147483647
|
|
17481
|
+
},
|
|
17482
|
+
"shareContentVideoDetectionFluctuatesMaxCount": {
|
|
17483
|
+
"type": "integer",
|
|
17484
|
+
"minimum": 0,
|
|
17485
|
+
"maximum": 2147483647
|
|
17486
|
+
},
|
|
17487
|
+
"shareContentTextDetectionFluctuatesMaxCount": {
|
|
17488
|
+
"type": "integer",
|
|
17489
|
+
"minimum": 0,
|
|
17490
|
+
"maximum": 2147483647
|
|
17491
|
+
},
|
|
17492
|
+
"shareContentVideoDuration": {
|
|
17493
|
+
"type": "integer",
|
|
17494
|
+
"minimum": 0,
|
|
17495
|
+
"maximum": 2147483647
|
|
17496
|
+
},
|
|
17497
|
+
"shareContentTextDuration": {
|
|
17498
|
+
"type": "integer",
|
|
17499
|
+
"minimum": 0,
|
|
17500
|
+
"maximum": 2147483647
|
|
17501
|
+
},
|
|
17472
17502
|
"sharedDisplayWidth": {
|
|
17473
17503
|
"type": "integer",
|
|
17474
17504
|
"minimum": 0,
|
|
@@ -5197,6 +5197,36 @@
|
|
|
5197
5197
|
"others"
|
|
5198
5198
|
]
|
|
5199
5199
|
},
|
|
5200
|
+
"shareContentSwitchedToVideoCount": {
|
|
5201
|
+
"type": "integer",
|
|
5202
|
+
"minimum": 0,
|
|
5203
|
+
"maximum": 2147483647
|
|
5204
|
+
},
|
|
5205
|
+
"shareContentSwitchedToTextCount": {
|
|
5206
|
+
"type": "integer",
|
|
5207
|
+
"minimum": 0,
|
|
5208
|
+
"maximum": 2147483647
|
|
5209
|
+
},
|
|
5210
|
+
"shareContentVideoDetectionFluctuatesMaxCount": {
|
|
5211
|
+
"type": "integer",
|
|
5212
|
+
"minimum": 0,
|
|
5213
|
+
"maximum": 2147483647
|
|
5214
|
+
},
|
|
5215
|
+
"shareContentTextDetectionFluctuatesMaxCount": {
|
|
5216
|
+
"type": "integer",
|
|
5217
|
+
"minimum": 0,
|
|
5218
|
+
"maximum": 2147483647
|
|
5219
|
+
},
|
|
5220
|
+
"shareContentVideoDuration": {
|
|
5221
|
+
"type": "integer",
|
|
5222
|
+
"minimum": 0,
|
|
5223
|
+
"maximum": 2147483647
|
|
5224
|
+
},
|
|
5225
|
+
"shareContentTextDuration": {
|
|
5226
|
+
"type": "integer",
|
|
5227
|
+
"minimum": 0,
|
|
5228
|
+
"maximum": 2147483647
|
|
5229
|
+
},
|
|
5200
5230
|
"sharedDisplayWidth": {
|
|
5201
5231
|
"type": "integer",
|
|
5202
5232
|
"minimum": 0,
|
|
@@ -7313,6 +7313,12 @@ export interface Event {
|
|
|
7313
7313
|
* method used to detect the content type of sharing session
|
|
7314
7314
|
*/
|
|
7315
7315
|
shareContentDetectedMethod?: "ai" | "vp" | "preferred" | "others";
|
|
7316
|
+
shareContentSwitchedToVideoCount?: number;
|
|
7317
|
+
shareContentSwitchedToTextCount?: number;
|
|
7318
|
+
shareContentVideoDetectionFluctuatesMaxCount?: number;
|
|
7319
|
+
shareContentTextDetectionFluctuatesMaxCount?: number;
|
|
7320
|
+
shareContentVideoDuration?: number;
|
|
7321
|
+
shareContentTextDuration?: number;
|
|
7316
7322
|
sharedDisplayWidth?: number;
|
|
7317
7323
|
sharedDisplayHeight?: number;
|
|
7318
7324
|
maxCodedFrameSize?: number;
|
|
@@ -19138,6 +19144,12 @@ export interface MediaQualityEvent {
|
|
|
19138
19144
|
* method used to detect the content type of sharing session
|
|
19139
19145
|
*/
|
|
19140
19146
|
shareContentDetectedMethod?: "ai" | "vp" | "preferred" | "others";
|
|
19147
|
+
shareContentSwitchedToVideoCount?: number;
|
|
19148
|
+
shareContentSwitchedToTextCount?: number;
|
|
19149
|
+
shareContentVideoDetectionFluctuatesMaxCount?: number;
|
|
19150
|
+
shareContentTextDetectionFluctuatesMaxCount?: number;
|
|
19151
|
+
shareContentVideoDuration?: number;
|
|
19152
|
+
shareContentTextDuration?: number;
|
|
19141
19153
|
sharedDisplayWidth?: number;
|
|
19142
19154
|
sharedDisplayHeight?: number;
|
|
19143
19155
|
maxCodedFrameSize?: number;
|
package/package.json
CHANGED