@webex/event-dictionary-ts 1.0.1890 → 1.0.1891

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.
@@ -2300,6 +2300,7 @@
2300
2300
  "client.hologram.stopped",
2301
2301
  "client.hologram.remote.initiated",
2302
2302
  "client.hologram.remote.stopped",
2303
+ "client.hung",
2303
2304
  "client.ice.end",
2304
2305
  "client.ice.start",
2305
2306
  "client.idbroker.authorize.request",
@@ -2824,6 +2824,7 @@
2824
2824
  "client.hologram.stopped",
2825
2825
  "client.hologram.remote.initiated",
2826
2826
  "client.hologram.remote.stopped",
2827
+ "client.hung",
2827
2828
  "client.ice.end",
2828
2829
  "client.ice.start",
2829
2830
  "client.idbroker.authorize.request",
@@ -1136,6 +1136,7 @@ export interface Event {
1136
1136
  | "client.hologram.stopped"
1137
1137
  | "client.hologram.remote.initiated"
1138
1138
  | "client.hologram.remote.stopped"
1139
+ | "client.hung"
1139
1140
  | "client.ice.end"
1140
1141
  | "client.ice.start"
1141
1142
  | "client.idbroker.authorize.request"
@@ -15500,6 +15501,7 @@ export interface ClientEvent {
15500
15501
  | "client.hologram.stopped"
15501
15502
  | "client.hologram.remote.initiated"
15502
15503
  | "client.hologram.remote.stopped"
15504
+ | "client.hung"
15503
15505
  | "client.ice.end"
15504
15506
  | "client.ice.start"
15505
15507
  | "client.idbroker.authorize.request"
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.1890"
30
+ "version": "1.0.1891"
31
31
  }