@webex/event-dictionary-ts 1.0.1850 → 1.0.1852
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.
|
@@ -18385,13 +18385,15 @@
|
|
|
18385
18385
|
"type": "string",
|
|
18386
18386
|
"enum": [
|
|
18387
18387
|
"DISABLED",
|
|
18388
|
-
"WEAKEST",
|
|
18389
18388
|
"WEAK",
|
|
18390
|
-
"
|
|
18391
|
-
"STRONG"
|
|
18392
|
-
"STRONGEST"
|
|
18389
|
+
"MEDIUM",
|
|
18390
|
+
"STRONG"
|
|
18393
18391
|
]
|
|
18394
18392
|
},
|
|
18393
|
+
"touchupBlendFactor": {
|
|
18394
|
+
"type": "number",
|
|
18395
|
+
"minimum": 0.0
|
|
18396
|
+
},
|
|
18395
18397
|
"encoderProcessInfo": {
|
|
18396
18398
|
"type": "object",
|
|
18397
18399
|
"description": "transmit video pipeline performance metric",
|
|
@@ -18430,6 +18432,9 @@
|
|
|
18430
18432
|
"isGestureDetectorOn": {
|
|
18431
18433
|
"type": "boolean"
|
|
18432
18434
|
},
|
|
18435
|
+
"isBrbDetectorOn": {
|
|
18436
|
+
"type": "boolean"
|
|
18437
|
+
},
|
|
18433
18438
|
"isRelightingOn": {
|
|
18434
18439
|
"type": "boolean"
|
|
18435
18440
|
},
|
|
@@ -5398,13 +5398,15 @@
|
|
|
5398
5398
|
"type": "string",
|
|
5399
5399
|
"enum": [
|
|
5400
5400
|
"DISABLED",
|
|
5401
|
-
"WEAKEST",
|
|
5402
5401
|
"WEAK",
|
|
5403
|
-
"
|
|
5404
|
-
"STRONG"
|
|
5405
|
-
"STRONGEST"
|
|
5402
|
+
"MEDIUM",
|
|
5403
|
+
"STRONG"
|
|
5406
5404
|
]
|
|
5407
5405
|
},
|
|
5406
|
+
"touchupBlendFactor": {
|
|
5407
|
+
"type": "number",
|
|
5408
|
+
"minimum": 0.0
|
|
5409
|
+
},
|
|
5408
5410
|
"encoderProcessInfo": {
|
|
5409
5411
|
"type": "object",
|
|
5410
5412
|
"description": "transmit video pipeline performance metric",
|
|
@@ -5443,6 +5445,9 @@
|
|
|
5443
5445
|
"isGestureDetectorOn": {
|
|
5444
5446
|
"type": "boolean"
|
|
5445
5447
|
},
|
|
5448
|
+
"isBrbDetectorOn": {
|
|
5449
|
+
"type": "boolean"
|
|
5450
|
+
},
|
|
5446
5451
|
"isRelightingOn": {
|
|
5447
5452
|
"type": "boolean"
|
|
5448
5453
|
},
|
|
@@ -8034,7 +8034,8 @@ export interface Event {
|
|
|
8034
8034
|
| "VIDEO_VBG_FRAMEWORK_METAL_LADON"
|
|
8035
8035
|
| "VIDEO_VBG_FRAMEWORK_CBASED_LADON"
|
|
8036
8036
|
| "VIDEO_VBG_FRAMEWORK_OPENVINO_LADON";
|
|
8037
|
-
touchupMode?: "DISABLED" | "
|
|
8037
|
+
touchupMode?: "DISABLED" | "WEAK" | "MEDIUM" | "STRONG";
|
|
8038
|
+
touchupBlendFactor?: number;
|
|
8038
8039
|
/**
|
|
8039
8040
|
* transmit video pipeline performance metric
|
|
8040
8041
|
*/
|
|
@@ -8048,6 +8049,7 @@ export interface Event {
|
|
|
8048
8049
|
backgroundAugmentationModelVersion?: string;
|
|
8049
8050
|
ladonModelGpuLoadTime?: number;
|
|
8050
8051
|
isGestureDetectorOn?: boolean;
|
|
8052
|
+
isBrbDetectorOn?: boolean;
|
|
8051
8053
|
isRelightingOn?: boolean;
|
|
8052
8054
|
relightingNeededFrameCount?: number;
|
|
8053
8055
|
relightingSkippedFrameCount?: number;
|
|
@@ -21943,7 +21945,8 @@ export interface MediaQualityEvent {
|
|
|
21943
21945
|
| "VIDEO_VBG_FRAMEWORK_METAL_LADON"
|
|
21944
21946
|
| "VIDEO_VBG_FRAMEWORK_CBASED_LADON"
|
|
21945
21947
|
| "VIDEO_VBG_FRAMEWORK_OPENVINO_LADON";
|
|
21946
|
-
touchupMode?: "DISABLED" | "
|
|
21948
|
+
touchupMode?: "DISABLED" | "WEAK" | "MEDIUM" | "STRONG";
|
|
21949
|
+
touchupBlendFactor?: number;
|
|
21947
21950
|
/**
|
|
21948
21951
|
* transmit video pipeline performance metric
|
|
21949
21952
|
*/
|
|
@@ -21957,6 +21960,7 @@ export interface MediaQualityEvent {
|
|
|
21957
21960
|
backgroundAugmentationModelVersion?: string;
|
|
21958
21961
|
ladonModelGpuLoadTime?: number;
|
|
21959
21962
|
isGestureDetectorOn?: boolean;
|
|
21963
|
+
isBrbDetectorOn?: boolean;
|
|
21960
21964
|
isRelightingOn?: boolean;
|
|
21961
21965
|
relightingNeededFrameCount?: number;
|
|
21962
21966
|
relightingSkippedFrameCount?: number;
|
package/package.json
CHANGED