@webex/event-dictionary-ts 1.0.1691 → 1.0.1692
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.
|
@@ -3526,6 +3526,7 @@ export interface Event {
|
|
|
3526
3526
|
callNegotiatedAsVideo?: boolean;
|
|
3527
3527
|
callOrigin?: string;
|
|
3528
3528
|
callType?: string;
|
|
3529
|
+
clientMode?: string;
|
|
3529
3530
|
dnsMode?: number;
|
|
3530
3531
|
endReason?: string;
|
|
3531
3532
|
hostCPUUsageDuringCall?: number;
|
|
@@ -16906,6 +16907,7 @@ export interface ClientEvent {
|
|
|
16906
16907
|
callNegotiatedAsVideo?: boolean;
|
|
16907
16908
|
callOrigin?: string;
|
|
16908
16909
|
callType?: string;
|
|
16910
|
+
clientMode?: string;
|
|
16909
16911
|
dnsMode?: number;
|
|
16910
16912
|
endReason?: string;
|
|
16911
16913
|
hostCPUUsageDuringCall?: number;
|
package/package.json
CHANGED