@webex/event-dictionary-ts 1.0.1923 → 1.0.1925

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.
@@ -7490,6 +7490,9 @@
7490
7490
  "ipv6Negotiated": {
7491
7491
  "type": "boolean"
7492
7492
  },
7493
+ "isContactCenterCall": {
7494
+ "type": "boolean"
7495
+ },
7493
7496
  "isSipProxyIpv6": {
7494
7497
  "type": "boolean"
7495
7498
  },
@@ -8025,6 +8025,9 @@
8025
8025
  "ipv6Negotiated": {
8026
8026
  "type": "boolean"
8027
8027
  },
8028
+ "isContactCenterCall": {
8029
+ "type": "boolean"
8030
+ },
8028
8031
  "isSipProxyIpv6": {
8029
8032
  "type": "boolean"
8030
8033
  },
@@ -3808,6 +3808,7 @@ export interface Event {
3808
3808
  iceEnabled?: boolean;
3809
3809
  iosAcceptCallImmediately?: boolean;
3810
3810
  ipv6Negotiated?: boolean;
3811
+ isContactCenterCall?: boolean;
3811
3812
  isSipProxyIpv6?: boolean;
3812
3813
  mainCPUUsageDuringCall?: number;
3813
3814
  mainCPUUsageDuringCallSetup?: number;
@@ -18446,6 +18447,7 @@ export interface ClientEvent {
18446
18447
  iceEnabled?: boolean;
18447
18448
  iosAcceptCallImmediately?: boolean;
18448
18449
  ipv6Negotiated?: boolean;
18450
+ isContactCenterCall?: boolean;
18449
18451
  isSipProxyIpv6?: boolean;
18450
18452
  mainCPUUsageDuringCall?: number;
18451
18453
  mainCPUUsageDuringCallSetup?: number;
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.1923"
30
+ "version": "1.0.1925"
31
31
  }