@webex/event-dictionary-ts 1.0.1312 → 1.0.1313
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.
|
@@ -1638,6 +1638,7 @@ export interface Event {
|
|
|
1638
1638
|
roapAnswerTime?: number;
|
|
1639
1639
|
roapOkTime?: number;
|
|
1640
1640
|
roapOfferReqToOkTime?: number;
|
|
1641
|
+
guestSessionCreationTime?: number;
|
|
1641
1642
|
additionalProperties?: false;
|
|
1642
1643
|
};
|
|
1643
1644
|
/**
|
|
@@ -10726,6 +10727,7 @@ export interface ClientEvent {
|
|
|
10726
10727
|
roapAnswerTime?: number;
|
|
10727
10728
|
roapOkTime?: number;
|
|
10728
10729
|
roapOfferReqToOkTime?: number;
|
|
10730
|
+
guestSessionCreationTime?: number;
|
|
10729
10731
|
additionalProperties?: false;
|
|
10730
10732
|
};
|
|
10731
10733
|
/**
|
package/package.json
CHANGED