@webex/event-dictionary-ts 1.0.2157 → 1.0.2158

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.
@@ -4163,6 +4163,7 @@
4163
4163
  "IN_MEETING"
4164
4164
  ]
4165
4165
  },
4166
+ "iceResult": {},
4166
4167
  "userType": {
4167
4168
  "enum": [
4168
4169
  "host",
@@ -4740,6 +4740,7 @@
4740
4740
  "IN_MEETING"
4741
4741
  ]
4742
4742
  },
4743
+ "iceResult": {},
4743
4744
  "userType": {
4744
4745
  "enum": [
4745
4746
  "host",
@@ -2135,6 +2135,7 @@ export interface Event {
2135
2135
  additionalProperties?: never;
2136
2136
  };
2137
2137
  icePhase?: "JOIN_MEETING_FINAL" | "JOIN_MEETING_RETRY" | "IN_MEETING";
2138
+ iceResult?: {};
2138
2139
  userType?: "host" | "attendee" | "cohost" | "panelist";
2139
2140
  updateType?: "new-user" | "update-user" | "return-user";
2140
2141
  userNameInput?: "new" | "current" | "changed";
@@ -18540,6 +18541,7 @@ export interface ClientEvent {
18540
18541
  additionalProperties?: never;
18541
18542
  };
18542
18543
  icePhase?: "JOIN_MEETING_FINAL" | "JOIN_MEETING_RETRY" | "IN_MEETING";
18544
+ iceResult?: {};
18543
18545
  userType?: "host" | "attendee" | "cohost" | "panelist";
18544
18546
  updateType?: "new-user" | "update-user" | "return-user";
18545
18547
  userNameInput?: "new" | "current" | "changed";
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "access": "public",
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
- "version": "1.0.2157"
35
+ "version": "1.0.2158"
36
36
  }