@webex/event-dictionary-ts 1.0.1733 → 1.0.1734
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.
|
@@ -22060,6 +22060,10 @@
|
|
|
22060
22060
|
"mediaExtInfoV2": {
|
|
22061
22061
|
"type": "object",
|
|
22062
22062
|
"additionalProperties": true
|
|
22063
|
+
},
|
|
22064
|
+
"stateDescription": {
|
|
22065
|
+
"type": "object",
|
|
22066
|
+
"additionalProperties": true
|
|
22063
22067
|
}
|
|
22064
22068
|
}
|
|
22065
22069
|
}
|
|
@@ -9395,6 +9395,7 @@ export interface Event {
|
|
|
9395
9395
|
errorDescription?: string;
|
|
9396
9396
|
mediaExtInfo?: string;
|
|
9397
9397
|
mediaExtInfoV2?: {};
|
|
9398
|
+
stateDescription?: {};
|
|
9398
9399
|
additionalProperties?: false;
|
|
9399
9400
|
}[];
|
|
9400
9401
|
additionalProperties?: false;
|
|
@@ -22691,6 +22692,7 @@ export interface MediaQualityEvent {
|
|
|
22691
22692
|
errorDescription?: string;
|
|
22692
22693
|
mediaExtInfo?: string;
|
|
22693
22694
|
mediaExtInfoV2?: {};
|
|
22695
|
+
stateDescription?: {};
|
|
22694
22696
|
additionalProperties?: false;
|
|
22695
22697
|
}[];
|
|
22696
22698
|
additionalProperties?: false;
|
package/package.json
CHANGED