@webex/event-dictionary-ts 1.0.1853 → 1.0.1855
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.
|
@@ -3749,6 +3749,7 @@ export interface Event {
|
|
|
3749
3749
|
clientMode?: string;
|
|
3750
3750
|
dnsMode?: number;
|
|
3751
3751
|
endReason?: string;
|
|
3752
|
+
endWarning?: string;
|
|
3752
3753
|
hostCPUUsageDuringCall?: number;
|
|
3753
3754
|
hostCPUUsageDuringCallSetup?: number;
|
|
3754
3755
|
iceEnabled?: boolean;
|
|
@@ -18001,6 +18002,7 @@ export interface ClientEvent {
|
|
|
18001
18002
|
clientMode?: string;
|
|
18002
18003
|
dnsMode?: number;
|
|
18003
18004
|
endReason?: string;
|
|
18005
|
+
endWarning?: string;
|
|
18004
18006
|
hostCPUUsageDuringCall?: number;
|
|
18005
18007
|
hostCPUUsageDuringCallSetup?: number;
|
|
18006
18008
|
iceEnabled?: boolean;
|
package/package.json
CHANGED