@webex/event-dictionary-ts 1.0.2145 → 1.0.2147
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.
|
@@ -20440,7 +20440,10 @@
|
|
|
20440
20440
|
"DIRECTX",
|
|
20441
20441
|
"WINDOW",
|
|
20442
20442
|
"SCK",
|
|
20443
|
-
"WGC"
|
|
20443
|
+
"WGC",
|
|
20444
|
+
"X11",
|
|
20445
|
+
"MTR",
|
|
20446
|
+
"WLD"
|
|
20444
20447
|
]
|
|
20445
20448
|
},
|
|
20446
20449
|
"screenCaptureModeFallbackCount": {
|
|
@@ -20814,6 +20817,11 @@
|
|
|
20814
20817
|
"type": "number",
|
|
20815
20818
|
"minimum": -9223372036854776000.0,
|
|
20816
20819
|
"maximum": 9223372036854776000.0
|
|
20820
|
+
},
|
|
20821
|
+
"txSimulcastNum": {
|
|
20822
|
+
"type": "number",
|
|
20823
|
+
"minimum": -9223372036854776000.0,
|
|
20824
|
+
"maximum": 9223372036854776000.0
|
|
20817
20825
|
}
|
|
20818
20826
|
}
|
|
20819
20827
|
}
|
|
@@ -6437,7 +6437,10 @@
|
|
|
6437
6437
|
"DIRECTX",
|
|
6438
6438
|
"WINDOW",
|
|
6439
6439
|
"SCK",
|
|
6440
|
-
"WGC"
|
|
6440
|
+
"WGC",
|
|
6441
|
+
"X11",
|
|
6442
|
+
"MTR",
|
|
6443
|
+
"WLD"
|
|
6441
6444
|
]
|
|
6442
6445
|
},
|
|
6443
6446
|
"screenCaptureModeFallbackCount": {
|
|
@@ -6811,6 +6814,11 @@
|
|
|
6811
6814
|
"type": "number",
|
|
6812
6815
|
"minimum": -9223372036854776000.0,
|
|
6813
6816
|
"maximum": 9223372036854776000.0
|
|
6817
|
+
},
|
|
6818
|
+
"txSimulcastNum": {
|
|
6819
|
+
"type": "number",
|
|
6820
|
+
"minimum": -9223372036854776000.0,
|
|
6821
|
+
"maximum": 9223372036854776000.0
|
|
6814
6822
|
}
|
|
6815
6823
|
}
|
|
6816
6824
|
}
|
|
@@ -9016,7 +9016,10 @@ export interface Event {
|
|
|
9016
9016
|
| "DIRECTX"
|
|
9017
9017
|
| "WINDOW"
|
|
9018
9018
|
| "SCK"
|
|
9019
|
-
| "WGC"
|
|
9019
|
+
| "WGC"
|
|
9020
|
+
| "X11"
|
|
9021
|
+
| "MTR"
|
|
9022
|
+
| "WLD";
|
|
9020
9023
|
screenCaptureModeFallbackCount?: number;
|
|
9021
9024
|
screenCaptureRecord?: string[];
|
|
9022
9025
|
/**
|
|
@@ -9129,6 +9132,7 @@ export interface Event {
|
|
|
9129
9132
|
}[];
|
|
9130
9133
|
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
9131
9134
|
viewReconfigurations?: number;
|
|
9135
|
+
txSimulcastNum?: number;
|
|
9132
9136
|
additionalProperties?: never;
|
|
9133
9137
|
}[];
|
|
9134
9138
|
audioReceive: {
|
|
@@ -25080,7 +25084,10 @@ export interface MediaQualityEvent {
|
|
|
25080
25084
|
| "DIRECTX"
|
|
25081
25085
|
| "WINDOW"
|
|
25082
25086
|
| "SCK"
|
|
25083
|
-
| "WGC"
|
|
25087
|
+
| "WGC"
|
|
25088
|
+
| "X11"
|
|
25089
|
+
| "MTR"
|
|
25090
|
+
| "WLD";
|
|
25084
25091
|
screenCaptureModeFallbackCount?: number;
|
|
25085
25092
|
screenCaptureRecord?: string[];
|
|
25086
25093
|
/**
|
|
@@ -25193,6 +25200,7 @@ export interface MediaQualityEvent {
|
|
|
25193
25200
|
}[];
|
|
25194
25201
|
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
25195
25202
|
viewReconfigurations?: number;
|
|
25203
|
+
txSimulcastNum?: number;
|
|
25196
25204
|
additionalProperties?: never;
|
|
25197
25205
|
}[];
|
|
25198
25206
|
audioReceive: {
|
package/package.json
CHANGED