@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
  }
@@ -9519,6 +9519,10 @@
9519
9519
  "mediaExtInfoV2": {
9520
9520
  "type": "object",
9521
9521
  "additionalProperties": true
9522
+ },
9523
+ "stateDescription": {
9524
+ "type": "object",
9525
+ "additionalProperties": true
9522
9526
  }
9523
9527
  }
9524
9528
  }
@@ -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
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1733"
31
+ "version": "1.0.1734"
32
32
  }