@webex/event-dictionary-ts 1.0.1853 → 1.0.1855

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.
@@ -7350,6 +7350,9 @@
7350
7350
  "endReason": {
7351
7351
  "type": "string"
7352
7352
  },
7353
+ "endWarning": {
7354
+ "type": "string"
7355
+ },
7353
7356
  "hostCPUUsageDuringCall": {
7354
7357
  "type": "number"
7355
7358
  },
@@ -7874,6 +7874,9 @@
7874
7874
  "endReason": {
7875
7875
  "type": "string"
7876
7876
  },
7877
+ "endWarning": {
7878
+ "type": "string"
7879
+ },
7877
7880
  "hostCPUUsageDuringCall": {
7878
7881
  "type": "number"
7879
7882
  },
@@ -3749,6 +3749,7 @@ export interface Event {
3749
3749
  clientMode?: string;
3750
3750
  dnsMode?: number;
3751
3751
  endReason?: string;
3752
+ endWarning?: string;
3752
3753
  hostCPUUsageDuringCall?: number;
3753
3754
  hostCPUUsageDuringCallSetup?: number;
3754
3755
  iceEnabled?: boolean;
@@ -18001,6 +18002,7 @@ export interface ClientEvent {
18001
18002
  clientMode?: string;
18002
18003
  dnsMode?: number;
18003
18004
  endReason?: string;
18005
+ endWarning?: string;
18004
18006
  hostCPUUsageDuringCall?: number;
18005
18007
  hostCPUUsageDuringCallSetup?: number;
18006
18008
  iceEnabled?: boolean;
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.1853"
30
+ "version": "1.0.1855"
31
31
  }