@webex/event-dictionary-ts 1.0.1260 → 1.0.1262

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.
@@ -6706,6 +6706,7 @@ export interface Event {
6706
6706
  };
6707
6707
  additionalProperties?: false;
6708
6708
  };
6709
+ configuredPixelRate?: number;
6709
6710
  streams: {
6710
6711
  /**
6711
6712
  * contains fields common to all types of receive stream
@@ -15453,6 +15454,7 @@ export interface MediaQualityEvent {
15453
15454
  };
15454
15455
  additionalProperties?: false;
15455
15456
  };
15457
+ configuredPixelRate?: number;
15456
15458
  streams: {
15457
15459
  /**
15458
15460
  * contains fields common to all types of receive stream
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  "access": "public",
30
30
  "registry": "https://registry.npmjs.org"
31
31
  },
32
- "version": "1.0.1260"
32
+ "version": "1.0.1262"
33
33
  }