@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
  }
@@ -9512,6 +9512,10 @@
9512
9512
  },
9513
9513
  "mediaExtInfo": {
9514
9514
  "type": "string"
9515
+ },
9516
+ "mediaExtInfoV2": {
9517
+ "type": "object",
9518
+ "additionalProperties": true
9515
9519
  }
9516
9520
  }
9517
9521
  }
@@ -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
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1721"
31
+ "version": "1.0.1722"
32
32
  }