@webex/event-dictionary-ts 1.0.1923 → 1.0.1925
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.
|
@@ -3808,6 +3808,7 @@ export interface Event {
|
|
|
3808
3808
|
iceEnabled?: boolean;
|
|
3809
3809
|
iosAcceptCallImmediately?: boolean;
|
|
3810
3810
|
ipv6Negotiated?: boolean;
|
|
3811
|
+
isContactCenterCall?: boolean;
|
|
3811
3812
|
isSipProxyIpv6?: boolean;
|
|
3812
3813
|
mainCPUUsageDuringCall?: number;
|
|
3813
3814
|
mainCPUUsageDuringCallSetup?: number;
|
|
@@ -18446,6 +18447,7 @@ export interface ClientEvent {
|
|
|
18446
18447
|
iceEnabled?: boolean;
|
|
18447
18448
|
iosAcceptCallImmediately?: boolean;
|
|
18448
18449
|
ipv6Negotiated?: boolean;
|
|
18450
|
+
isContactCenterCall?: boolean;
|
|
18449
18451
|
isSipProxyIpv6?: boolean;
|
|
18450
18452
|
mainCPUUsageDuringCall?: number;
|
|
18451
18453
|
mainCPUUsageDuringCallSetup?: number;
|
package/package.json
CHANGED