@webex/event-dictionary-ts 1.0.1345 → 1.0.1347

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.
@@ -6041,6 +6041,16 @@
6041
6041
  "minimum": -9223372036854776000.0,
6042
6042
  "maximum": 9223372036854776000.0
6043
6043
  },
6044
+ "configuredPixelRateMainVideo": {
6045
+ "type": "number",
6046
+ "minimum": -9223372036854776000.0,
6047
+ "maximum": 9223372036854776000.0
6048
+ },
6049
+ "configuredPixelRateContentVideo": {
6050
+ "type": "number",
6051
+ "minimum": -9223372036854776000.0,
6052
+ "maximum": 9223372036854776000.0
6053
+ },
6044
6054
  "roomType": {
6045
6055
  "type": "string",
6046
6056
  "description": "provisioning room type for CE devices",
@@ -6514,6 +6514,16 @@
6514
6514
  "minimum": -9223372036854776000.0,
6515
6515
  "maximum": 9223372036854776000.0
6516
6516
  },
6517
+ "configuredPixelRateMainVideo": {
6518
+ "type": "number",
6519
+ "minimum": -9223372036854776000.0,
6520
+ "maximum": 9223372036854776000.0
6521
+ },
6522
+ "configuredPixelRateContentVideo": {
6523
+ "type": "number",
6524
+ "minimum": -9223372036854776000.0,
6525
+ "maximum": 9223372036854776000.0
6526
+ },
6517
6527
  "roomType": {
6518
6528
  "type": "string",
6519
6529
  "description": "provisioning room type for CE devices",
@@ -14310,6 +14320,16 @@
14310
14320
  "minimum": -9223372036854776000.0,
14311
14321
  "maximum": 9223372036854776000.0
14312
14322
  },
14323
+ "configuredPixelRateMainVideo": {
14324
+ "type": "number",
14325
+ "minimum": -9223372036854776000.0,
14326
+ "maximum": 9223372036854776000.0
14327
+ },
14328
+ "configuredPixelRateContentVideo": {
14329
+ "type": "number",
14330
+ "minimum": -9223372036854776000.0,
14331
+ "maximum": 9223372036854776000.0
14332
+ },
14313
14333
  "roomType": {
14314
14334
  "type": "string",
14315
14335
  "description": "provisioning room type for CE devices",
@@ -3124,6 +3124,16 @@
3124
3124
  "minimum": -9223372036854776000.0,
3125
3125
  "maximum": 9223372036854776000.0
3126
3126
  },
3127
+ "configuredPixelRateMainVideo": {
3128
+ "type": "number",
3129
+ "minimum": -9223372036854776000.0,
3130
+ "maximum": 9223372036854776000.0
3131
+ },
3132
+ "configuredPixelRateContentVideo": {
3133
+ "type": "number",
3134
+ "minimum": -9223372036854776000.0,
3135
+ "maximum": 9223372036854776000.0
3136
+ },
3127
3137
  "roomType": {
3128
3138
  "type": "string",
3129
3139
  "description": "provisioning room type for CE devices",
@@ -2910,6 +2910,8 @@ export interface Event {
2910
2910
  videoUserCount?: number;
2911
2911
  numScreens?: number;
2912
2912
  configuredBitrate?: number;
2913
+ configuredPixelRateMainVideo?: number;
2914
+ configuredPixelRateContentVideo?: number;
2913
2915
  /**
2914
2916
  * provisioning room type for CE devices
2915
2917
  */
@@ -5875,6 +5877,8 @@ export interface Event {
5875
5877
  videoUserCount?: number;
5876
5878
  numScreens?: number;
5877
5879
  configuredBitrate?: number;
5880
+ configuredPixelRateMainVideo?: number;
5881
+ configuredPixelRateContentVideo?: number;
5878
5882
  /**
5879
5883
  * provisioning room type for CE devices
5880
5884
  */
@@ -12118,6 +12122,8 @@ export interface ClientEvent {
12118
12122
  videoUserCount?: number;
12119
12123
  numScreens?: number;
12120
12124
  configuredBitrate?: number;
12125
+ configuredPixelRateMainVideo?: number;
12126
+ configuredPixelRateContentVideo?: number;
12121
12127
  /**
12122
12128
  * provisioning room type for CE devices
12123
12129
  */
@@ -14940,6 +14946,8 @@ export interface MediaQualityEvent {
14940
14946
  videoUserCount?: number;
14941
14947
  numScreens?: number;
14942
14948
  configuredBitrate?: number;
14949
+ configuredPixelRateMainVideo?: number;
14950
+ configuredPixelRateContentVideo?: number;
14943
14951
  /**
14944
14952
  * provisioning room type for CE devices
14945
14953
  */
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.1345"
31
+ "version": "1.0.1347"
32
32
  }