@webex/event-dictionary-ts 1.0.1721 → 1.0.1722
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.
|
@@ -22036,6 +22036,10 @@
|
|
|
22036
22036
|
},
|
|
22037
22037
|
"mediaExtInfo": {
|
|
22038
22038
|
"type": "string"
|
|
22039
|
+
},
|
|
22040
|
+
"mediaExtInfoV2": {
|
|
22041
|
+
"type": "object",
|
|
22042
|
+
"additionalProperties": true
|
|
22039
22043
|
}
|
|
22040
22044
|
}
|
|
22041
22045
|
}
|
|
@@ -9382,6 +9382,7 @@ export interface Event {
|
|
|
9382
9382
|
errorCodeExt1?: number;
|
|
9383
9383
|
errorDescription?: string;
|
|
9384
9384
|
mediaExtInfo?: string;
|
|
9385
|
+
mediaExtInfoV2?: {};
|
|
9385
9386
|
additionalProperties?: false;
|
|
9386
9387
|
}[];
|
|
9387
9388
|
additionalProperties?: false;
|
|
@@ -22665,6 +22666,7 @@ export interface MediaQualityEvent {
|
|
|
22665
22666
|
errorCodeExt1?: number;
|
|
22666
22667
|
errorDescription?: string;
|
|
22667
22668
|
mediaExtInfo?: string;
|
|
22669
|
+
mediaExtInfoV2?: {};
|
|
22668
22670
|
additionalProperties?: false;
|
|
22669
22671
|
}[];
|
|
22670
22672
|
additionalProperties?: false;
|
package/package.json
CHANGED