@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.
|
@@ -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