@webex/event-dictionary-ts 1.0.2240 → 1.0.2241
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.
|
@@ -1757,6 +1757,7 @@ export interface Event {
|
|
|
1757
1757
|
* End Trigger - indicate how the call was ended from client. Set in end of call events such as client.call.end, client.call.aborted
|
|
1758
1758
|
*/
|
|
1759
1759
|
endTrigger?: "ejected" | "end-meeting" | "leave" | "other";
|
|
1760
|
+
clientAdjustedClock?: boolean;
|
|
1760
1761
|
trigger?:
|
|
1761
1762
|
| "bricklet"
|
|
1762
1763
|
| "call-history"
|
|
@@ -18535,6 +18536,7 @@ export interface ClientEvent {
|
|
|
18535
18536
|
* End Trigger - indicate how the call was ended from client. Set in end of call events such as client.call.end, client.call.aborted
|
|
18536
18537
|
*/
|
|
18537
18538
|
endTrigger?: "ejected" | "end-meeting" | "leave" | "other";
|
|
18539
|
+
clientAdjustedClock?: boolean;
|
|
18538
18540
|
trigger?:
|
|
18539
18541
|
| "bricklet"
|
|
18540
18542
|
| "call-history"
|
package/package.json
CHANGED