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