@webex/event-dictionary-ts 1.0.1259 → 1.0.1261

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.
@@ -4172,7 +4172,13 @@ export interface Event {
4172
4172
  isHybridMedia: boolean;
4173
4173
  transportTypes?: ("UDP" | "TCP" | "xTLS" | "TLS")[];
4174
4174
  latency?: number;
4175
- skippedReason?: "CAPACITY" | "CLIENT_EXCLUSION" | "LATENCY" | "OFFLINE" | "UNREACHABLE";
4175
+ skippedReason?:
4176
+ | "CAPACITY"
4177
+ | "CLIENT_EXCLUSION"
4178
+ | "LATENCY"
4179
+ | "OFFLINE"
4180
+ | "UNREACHABLE"
4181
+ | "CAPACITY_OR_UNREACHABLE";
4176
4182
  reason?:
4177
4183
  | "CLOUD_INGRESS_REGION"
4178
4184
  | "CLIENT_SOURCE_REGION"
@@ -4197,7 +4203,13 @@ export interface Event {
4197
4203
  isHybridMedia: boolean;
4198
4204
  transportTypes?: ("UDP" | "TCP" | "xTLS" | "TLS")[];
4199
4205
  latency?: number;
4200
- skippedReason?: "CAPACITY" | "CLIENT_EXCLUSION" | "LATENCY" | "OFFLINE" | "UNREACHABLE";
4206
+ skippedReason?:
4207
+ | "CAPACITY"
4208
+ | "CLIENT_EXCLUSION"
4209
+ | "LATENCY"
4210
+ | "OFFLINE"
4211
+ | "UNREACHABLE"
4212
+ | "CAPACITY_OR_UNREACHABLE";
4201
4213
  reason?:
4202
4214
  | "CLOUD_INGRESS_REGION"
4203
4215
  | "CLIENT_SOURCE_REGION"
@@ -4337,7 +4349,13 @@ export interface Event {
4337
4349
  isHybridMedia: boolean;
4338
4350
  transportTypes?: ("UDP" | "TCP" | "xTLS" | "TLS")[];
4339
4351
  latency?: number;
4340
- skippedReason?: "CAPACITY" | "CLIENT_EXCLUSION" | "LATENCY" | "OFFLINE" | "UNREACHABLE";
4352
+ skippedReason?:
4353
+ | "CAPACITY"
4354
+ | "CLIENT_EXCLUSION"
4355
+ | "LATENCY"
4356
+ | "OFFLINE"
4357
+ | "UNREACHABLE"
4358
+ | "CAPACITY_OR_UNREACHABLE";
4341
4359
  reason?:
4342
4360
  | "CLOUD_INGRESS_REGION"
4343
4361
  | "CLIENT_SOURCE_REGION"
@@ -4383,7 +4401,13 @@ export interface Event {
4383
4401
  isHybridMedia: boolean;
4384
4402
  transportTypes?: ("UDP" | "TCP" | "xTLS" | "TLS")[];
4385
4403
  latency?: number;
4386
- skippedReason?: "CAPACITY" | "CLIENT_EXCLUSION" | "LATENCY" | "OFFLINE" | "UNREACHABLE";
4404
+ skippedReason?:
4405
+ | "CAPACITY"
4406
+ | "CLIENT_EXCLUSION"
4407
+ | "LATENCY"
4408
+ | "OFFLINE"
4409
+ | "UNREACHABLE"
4410
+ | "CAPACITY_OR_UNREACHABLE";
4387
4411
  reason?:
4388
4412
  | "CLOUD_INGRESS_REGION"
4389
4413
  | "CLIENT_SOURCE_REGION"
@@ -4468,7 +4492,13 @@ export interface Event {
4468
4492
  isHybridMedia: boolean;
4469
4493
  transportTypes?: ("UDP" | "TCP" | "xTLS" | "TLS")[];
4470
4494
  latency?: number;
4471
- skippedReason?: "CAPACITY" | "CLIENT_EXCLUSION" | "LATENCY" | "OFFLINE" | "UNREACHABLE";
4495
+ skippedReason?:
4496
+ | "CAPACITY"
4497
+ | "CLIENT_EXCLUSION"
4498
+ | "LATENCY"
4499
+ | "OFFLINE"
4500
+ | "UNREACHABLE"
4501
+ | "CAPACITY_OR_UNREACHABLE";
4472
4502
  reason?:
4473
4503
  | "CLOUD_INGRESS_REGION"
4474
4504
  | "CLIENT_SOURCE_REGION"
@@ -4523,7 +4553,13 @@ export interface Event {
4523
4553
  isHybridMedia: boolean;
4524
4554
  transportTypes?: ("UDP" | "TCP" | "xTLS" | "TLS")[];
4525
4555
  latency?: number;
4526
- skippedReason?: "CAPACITY" | "CLIENT_EXCLUSION" | "LATENCY" | "OFFLINE" | "UNREACHABLE";
4556
+ skippedReason?:
4557
+ | "CAPACITY"
4558
+ | "CLIENT_EXCLUSION"
4559
+ | "LATENCY"
4560
+ | "OFFLINE"
4561
+ | "UNREACHABLE"
4562
+ | "CAPACITY_OR_UNREACHABLE";
4527
4563
  reason?:
4528
4564
  | "CLOUD_INGRESS_REGION"
4529
4565
  | "CLIENT_SOURCE_REGION"
@@ -6670,6 +6706,7 @@ export interface Event {
6670
6706
  };
6671
6707
  additionalProperties?: false;
6672
6708
  };
6709
+ configuredPixelRate?: number;
6673
6710
  streams: {
6674
6711
  /**
6675
6712
  * contains fields common to all types of receive stream
@@ -15417,6 +15454,7 @@ export interface MediaQualityEvent {
15417
15454
  };
15418
15455
  additionalProperties?: false;
15419
15456
  };
15457
+ configuredPixelRate?: number;
15420
15458
  streams: {
15421
15459
  /**
15422
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.1259"
32
+ "version": "1.0.1261"
33
33
  }