@webex/event-dictionary-ts 1.0.1821 → 1.0.1823

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.
@@ -6753,6 +6753,34 @@
6753
6753
  "Manual"
6754
6754
  ]
6755
6755
  },
6756
+ "cameraAppliedView": {
6757
+ "type": "object",
6758
+ "description": "type of crop/composition created by automatic framing on a video device",
6759
+ "additionalProperties": true,
6760
+ "required": [
6761
+ "viewName",
6762
+ "numberOfVideoPanes"
6763
+ ],
6764
+ "properties": {
6765
+ "viewName": {
6766
+ "type": "string",
6767
+ "description": "name of the view",
6768
+ "enum": [
6769
+ "Overview",
6770
+ "Closeup",
6771
+ "Frames",
6772
+ "Manual",
6773
+ "Other"
6774
+ ]
6775
+ },
6776
+ "numberOfVideoPanes": {
6777
+ "type": "number",
6778
+ "description": "number of composed video panes (usually 1, but can be more in Frames view)",
6779
+ "minimum": 1.0,
6780
+ "maximum": 9223372036854776000.0
6781
+ }
6782
+ }
6783
+ },
6756
6784
  "evaluatedBandwidth": {
6757
6785
  "type": "object",
6758
6786
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -7274,6 +7274,34 @@
7274
7274
  "Manual"
7275
7275
  ]
7276
7276
  },
7277
+ "cameraAppliedView": {
7278
+ "type": "object",
7279
+ "description": "type of crop/composition created by automatic framing on a video device",
7280
+ "additionalProperties": true,
7281
+ "required": [
7282
+ "viewName",
7283
+ "numberOfVideoPanes"
7284
+ ],
7285
+ "properties": {
7286
+ "viewName": {
7287
+ "type": "string",
7288
+ "description": "name of the view",
7289
+ "enum": [
7290
+ "Overview",
7291
+ "Closeup",
7292
+ "Frames",
7293
+ "Manual",
7294
+ "Other"
7295
+ ]
7296
+ },
7297
+ "numberOfVideoPanes": {
7298
+ "type": "number",
7299
+ "description": "number of composed video panes (usually 1, but can be more in Frames view)",
7300
+ "minimum": 1.0,
7301
+ "maximum": 9223372036854776000.0
7302
+ }
7303
+ }
7304
+ },
7277
7305
  "evaluatedBandwidth": {
7278
7306
  "type": "object",
7279
7307
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -16448,6 +16476,34 @@
16448
16476
  "Manual"
16449
16477
  ]
16450
16478
  },
16479
+ "cameraAppliedView": {
16480
+ "type": "object",
16481
+ "description": "type of crop/composition created by automatic framing on a video device",
16482
+ "additionalProperties": true,
16483
+ "required": [
16484
+ "viewName",
16485
+ "numberOfVideoPanes"
16486
+ ],
16487
+ "properties": {
16488
+ "viewName": {
16489
+ "type": "string",
16490
+ "description": "name of the view",
16491
+ "enum": [
16492
+ "Overview",
16493
+ "Closeup",
16494
+ "Frames",
16495
+ "Manual",
16496
+ "Other"
16497
+ ]
16498
+ },
16499
+ "numberOfVideoPanes": {
16500
+ "type": "number",
16501
+ "description": "number of composed video panes (usually 1, but can be more in Frames view)",
16502
+ "minimum": 1.0,
16503
+ "maximum": 9223372036854776000.0
16504
+ }
16505
+ }
16506
+ },
16451
16507
  "evaluatedBandwidth": {
16452
16508
  "type": "object",
16453
16509
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -17438,6 +17494,10 @@
17438
17494
  "description": "one short every 1 minute",
17439
17495
  "minimum": -32768,
17440
17496
  "maximum": 32767
17497
+ },
17498
+ "txEffectiveBandwidth": {
17499
+ "type": "integer",
17500
+ "description": "one int every 1 minute"
17441
17501
  }
17442
17502
  }
17443
17503
  },
@@ -30340,6 +30400,34 @@
30340
30400
  "Manual"
30341
30401
  ]
30342
30402
  },
30403
+ "cameraAppliedView": {
30404
+ "type": "object",
30405
+ "description": "type of crop/composition created by automatic framing on a video device",
30406
+ "additionalProperties": true,
30407
+ "required": [
30408
+ "viewName",
30409
+ "numberOfVideoPanes"
30410
+ ],
30411
+ "properties": {
30412
+ "viewName": {
30413
+ "type": "string",
30414
+ "description": "name of the view",
30415
+ "enum": [
30416
+ "Overview",
30417
+ "Closeup",
30418
+ "Frames",
30419
+ "Manual",
30420
+ "Other"
30421
+ ]
30422
+ },
30423
+ "numberOfVideoPanes": {
30424
+ "type": "number",
30425
+ "description": "number of composed video panes (usually 1, but can be more in Frames view)",
30426
+ "minimum": 1.0,
30427
+ "maximum": 9223372036854776000.0
30428
+ }
30429
+ }
30430
+ },
30343
30431
  "evaluatedBandwidth": {
30344
30432
  "type": "object",
30345
30433
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -3556,6 +3556,34 @@
3556
3556
  "Manual"
3557
3557
  ]
3558
3558
  },
3559
+ "cameraAppliedView": {
3560
+ "type": "object",
3561
+ "description": "type of crop/composition created by automatic framing on a video device",
3562
+ "additionalProperties": true,
3563
+ "required": [
3564
+ "viewName",
3565
+ "numberOfVideoPanes"
3566
+ ],
3567
+ "properties": {
3568
+ "viewName": {
3569
+ "type": "string",
3570
+ "description": "name of the view",
3571
+ "enum": [
3572
+ "Overview",
3573
+ "Closeup",
3574
+ "Frames",
3575
+ "Manual",
3576
+ "Other"
3577
+ ]
3578
+ },
3579
+ "numberOfVideoPanes": {
3580
+ "type": "number",
3581
+ "description": "number of composed video panes (usually 1, but can be more in Frames view)",
3582
+ "minimum": 1.0,
3583
+ "maximum": 9223372036854776000.0
3584
+ }
3585
+ }
3586
+ },
3559
3587
  "evaluatedBandwidth": {
3560
3588
  "type": "object",
3561
3589
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -4546,6 +4574,10 @@
4546
4574
  "description": "one short every 1 minute",
4547
4575
  "minimum": -32768,
4548
4576
  "maximum": 32767
4577
+ },
4578
+ "txEffectiveBandwidth": {
4579
+ "type": "integer",
4580
+ "description": "one int every 1 minute"
4549
4581
  }
4550
4582
  }
4551
4583
  },
@@ -3382,6 +3382,20 @@ export interface Event {
3382
3382
  | "Desktop"
3383
3383
  | "Combined"
3384
3384
  | "Manual";
3385
+ /**
3386
+ * type of crop/composition created by automatic framing on a video device
3387
+ */
3388
+ cameraAppliedView?: {
3389
+ /**
3390
+ * name of the view
3391
+ */
3392
+ viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
3393
+ /**
3394
+ * number of composed video panes (usually 1, but can be more in Frames view)
3395
+ */
3396
+ numberOfVideoPanes: number;
3397
+ additionalProperties?: false;
3398
+ };
3385
3399
  /**
3386
3400
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
3387
3401
  */
@@ -7196,6 +7210,20 @@ export interface Event {
7196
7210
  | "Desktop"
7197
7211
  | "Combined"
7198
7212
  | "Manual";
7213
+ /**
7214
+ * type of crop/composition created by automatic framing on a video device
7215
+ */
7216
+ cameraAppliedView?: {
7217
+ /**
7218
+ * name of the view
7219
+ */
7220
+ viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
7221
+ /**
7222
+ * number of composed video panes (usually 1, but can be more in Frames view)
7223
+ */
7224
+ numberOfVideoPanes: number;
7225
+ additionalProperties?: false;
7226
+ };
7199
7227
  /**
7200
7228
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
7201
7229
  */
@@ -7664,6 +7692,10 @@ export interface Event {
7664
7692
  * one short every 1 minute
7665
7693
  */
7666
7694
  opusDredTxAvgCostTimePerMin?: number;
7695
+ /**
7696
+ * one int every 1 minute
7697
+ */
7698
+ txEffectiveBandwidth?: number;
7667
7699
  additionalProperties?: false;
7668
7700
  };
7669
7701
  /**
@@ -12798,6 +12830,20 @@ export interface Event {
12798
12830
  | "Desktop"
12799
12831
  | "Combined"
12800
12832
  | "Manual";
12833
+ /**
12834
+ * type of crop/composition created by automatic framing on a video device
12835
+ */
12836
+ cameraAppliedView?: {
12837
+ /**
12838
+ * name of the view
12839
+ */
12840
+ viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
12841
+ /**
12842
+ * number of composed video panes (usually 1, but can be more in Frames view)
12843
+ */
12844
+ numberOfVideoPanes: number;
12845
+ additionalProperties?: false;
12846
+ };
12801
12847
  /**
12802
12848
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
12803
12849
  */
@@ -17500,6 +17546,20 @@ export interface ClientEvent {
17500
17546
  | "Desktop"
17501
17547
  | "Combined"
17502
17548
  | "Manual";
17549
+ /**
17550
+ * type of crop/composition created by automatic framing on a video device
17551
+ */
17552
+ cameraAppliedView?: {
17553
+ /**
17554
+ * name of the view
17555
+ */
17556
+ viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
17557
+ /**
17558
+ * number of composed video panes (usually 1, but can be more in Frames view)
17559
+ */
17560
+ numberOfVideoPanes: number;
17561
+ additionalProperties?: false;
17562
+ };
17503
17563
  /**
17504
17564
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
17505
17565
  */
@@ -21014,6 +21074,20 @@ export interface MediaQualityEvent {
21014
21074
  | "Desktop"
21015
21075
  | "Combined"
21016
21076
  | "Manual";
21077
+ /**
21078
+ * type of crop/composition created by automatic framing on a video device
21079
+ */
21080
+ cameraAppliedView?: {
21081
+ /**
21082
+ * name of the view
21083
+ */
21084
+ viewName: "Overview" | "Closeup" | "Frames" | "Manual" | "Other";
21085
+ /**
21086
+ * number of composed video panes (usually 1, but can be more in Frames view)
21087
+ */
21088
+ numberOfVideoPanes: number;
21089
+ additionalProperties?: false;
21090
+ };
21017
21091
  /**
21018
21092
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
21019
21093
  */
@@ -21479,6 +21553,10 @@ export interface MediaQualityEvent {
21479
21553
  * one short every 1 minute
21480
21554
  */
21481
21555
  opusDredTxAvgCostTimePerMin?: number;
21556
+ /**
21557
+ * one int every 1 minute
21558
+ */
21559
+ txEffectiveBandwidth?: number;
21482
21560
  additionalProperties?: false;
21483
21561
  };
21484
21562
  /**
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.1821"
30
+ "version": "1.0.1823"
31
31
  }