@webex/event-dictionary-ts 1.0.2145 → 1.0.2146
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.
|
@@ -20814,6 +20814,11 @@
|
|
|
20814
20814
|
"type": "number",
|
|
20815
20815
|
"minimum": -9223372036854776000.0,
|
|
20816
20816
|
"maximum": 9223372036854776000.0
|
|
20817
|
+
},
|
|
20818
|
+
"txSimulcastNum": {
|
|
20819
|
+
"type": "number",
|
|
20820
|
+
"minimum": -9223372036854776000.0,
|
|
20821
|
+
"maximum": 9223372036854776000.0
|
|
20817
20822
|
}
|
|
20818
20823
|
}
|
|
20819
20824
|
}
|
|
@@ -6811,6 +6811,11 @@
|
|
|
6811
6811
|
"type": "number",
|
|
6812
6812
|
"minimum": -9223372036854776000.0,
|
|
6813
6813
|
"maximum": 9223372036854776000.0
|
|
6814
|
+
},
|
|
6815
|
+
"txSimulcastNum": {
|
|
6816
|
+
"type": "number",
|
|
6817
|
+
"minimum": -9223372036854776000.0,
|
|
6818
|
+
"maximum": 9223372036854776000.0
|
|
6814
6819
|
}
|
|
6815
6820
|
}
|
|
6816
6821
|
}
|
|
@@ -9129,6 +9129,7 @@ export interface Event {
|
|
|
9129
9129
|
}[];
|
|
9130
9130
|
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
9131
9131
|
viewReconfigurations?: number;
|
|
9132
|
+
txSimulcastNum?: number;
|
|
9132
9133
|
additionalProperties?: never;
|
|
9133
9134
|
}[];
|
|
9134
9135
|
audioReceive: {
|
|
@@ -25193,6 +25194,7 @@ export interface MediaQualityEvent {
|
|
|
25193
25194
|
}[];
|
|
25194
25195
|
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
25195
25196
|
viewReconfigurations?: number;
|
|
25197
|
+
txSimulcastNum?: number;
|
|
25196
25198
|
additionalProperties?: never;
|
|
25197
25199
|
}[];
|
|
25198
25200
|
audioReceive: {
|
package/package.json
CHANGED