@webex/event-dictionary-ts 1.0.1691 → 1.0.1692

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.
@@ -6998,6 +6998,9 @@
6998
6998
  "callType": {
6999
6999
  "type": "string"
7000
7000
  },
7001
+ "clientMode": {
7002
+ "type": "string"
7003
+ },
7001
7004
  "dnsMode": {
7002
7005
  "type": "integer",
7003
7006
  "minimum": 0
@@ -7502,6 +7502,9 @@
7502
7502
  "callType": {
7503
7503
  "type": "string"
7504
7504
  },
7505
+ "clientMode": {
7506
+ "type": "string"
7507
+ },
7505
7508
  "dnsMode": {
7506
7509
  "type": "integer",
7507
7510
  "minimum": 0
@@ -3526,6 +3526,7 @@ export interface Event {
3526
3526
  callNegotiatedAsVideo?: boolean;
3527
3527
  callOrigin?: string;
3528
3528
  callType?: string;
3529
+ clientMode?: string;
3529
3530
  dnsMode?: number;
3530
3531
  endReason?: string;
3531
3532
  hostCPUUsageDuringCall?: number;
@@ -16906,6 +16907,7 @@ export interface ClientEvent {
16906
16907
  callNegotiatedAsVideo?: boolean;
16907
16908
  callOrigin?: string;
16908
16909
  callType?: string;
16910
+ clientMode?: string;
16909
16911
  dnsMode?: number;
16910
16912
  endReason?: string;
16911
16913
  hostCPUUsageDuringCall?: number;
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.1691"
31
+ "version": "1.0.1692"
32
32
  }