@webex/event-dictionary-ts 1.0.1960 → 1.0.1962
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.
|
@@ -2430,6 +2430,9 @@
|
|
|
2430
2430
|
"callDurationSecs": {
|
|
2431
2431
|
"type": "integer"
|
|
2432
2432
|
},
|
|
2433
|
+
"connectionDurationSecs": {
|
|
2434
|
+
"type": "integer"
|
|
2435
|
+
},
|
|
2433
2436
|
"lobbyType": {
|
|
2434
2437
|
"type": "string"
|
|
2435
2438
|
},
|
|
@@ -10432,6 +10435,9 @@
|
|
|
10432
10435
|
"callDurationSecs": {
|
|
10433
10436
|
"type": "integer"
|
|
10434
10437
|
},
|
|
10438
|
+
"connectionDurationSecs": {
|
|
10439
|
+
"type": "integer"
|
|
10440
|
+
},
|
|
10435
10441
|
"lobbyType": {
|
|
10436
10442
|
"type": "string"
|
|
10437
10443
|
},
|
|
@@ -15049,6 +15055,9 @@
|
|
|
15049
15055
|
"callDurationSecs": {
|
|
15050
15056
|
"type": "integer"
|
|
15051
15057
|
},
|
|
15058
|
+
"connectionDurationSecs": {
|
|
15059
|
+
"type": "integer"
|
|
15060
|
+
},
|
|
15052
15061
|
"lobbyType": {
|
|
15053
15062
|
"type": "string"
|
|
15054
15063
|
},
|
|
@@ -26228,6 +26237,9 @@
|
|
|
26228
26237
|
"callDurationSecs": {
|
|
26229
26238
|
"type": "integer"
|
|
26230
26239
|
},
|
|
26240
|
+
"connectionDurationSecs": {
|
|
26241
|
+
"type": "integer"
|
|
26242
|
+
},
|
|
26231
26243
|
"lobbyType": {
|
|
26232
26244
|
"type": "string"
|
|
26233
26245
|
},
|
|
@@ -30291,6 +30303,9 @@
|
|
|
30291
30303
|
"callDurationSecs": {
|
|
30292
30304
|
"type": "integer"
|
|
30293
30305
|
},
|
|
30306
|
+
"connectionDurationSecs": {
|
|
30307
|
+
"type": "integer"
|
|
30308
|
+
},
|
|
30294
30309
|
"lobbyType": {
|
|
30295
30310
|
"type": "string"
|
|
30296
30311
|
},
|
|
@@ -36027,6 +36042,9 @@
|
|
|
36027
36042
|
"callDurationSecs": {
|
|
36028
36043
|
"type": "integer"
|
|
36029
36044
|
},
|
|
36045
|
+
"connectionDurationSecs": {
|
|
36046
|
+
"type": "integer"
|
|
36047
|
+
},
|
|
36030
36048
|
"lobbyType": {
|
|
36031
36049
|
"type": "string"
|
|
36032
36050
|
},
|
|
@@ -954,6 +954,7 @@ export interface Event {
|
|
|
954
954
|
};
|
|
955
955
|
skipInterstitialWindow?: boolean;
|
|
956
956
|
callDurationSecs?: number;
|
|
957
|
+
connectionDurationSecs?: number;
|
|
957
958
|
lobbyType?: string;
|
|
958
959
|
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
959
960
|
/**
|
|
@@ -4718,6 +4719,7 @@ export interface Event {
|
|
|
4718
4719
|
};
|
|
4719
4720
|
skipInterstitialWindow?: boolean;
|
|
4720
4721
|
callDurationSecs?: number;
|
|
4722
|
+
connectionDurationSecs?: number;
|
|
4721
4723
|
lobbyType?: string;
|
|
4722
4724
|
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
4723
4725
|
/**
|
|
@@ -6720,6 +6722,7 @@ export interface Event {
|
|
|
6720
6722
|
};
|
|
6721
6723
|
skipInterstitialWindow?: boolean;
|
|
6722
6724
|
callDurationSecs?: number;
|
|
6725
|
+
connectionDurationSecs?: number;
|
|
6723
6726
|
lobbyType?: string;
|
|
6724
6727
|
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
6725
6728
|
/**
|
|
@@ -11286,6 +11289,7 @@ export interface Event {
|
|
|
11286
11289
|
};
|
|
11287
11290
|
skipInterstitialWindow?: boolean;
|
|
11288
11291
|
callDurationSecs?: number;
|
|
11292
|
+
connectionDurationSecs?: number;
|
|
11289
11293
|
lobbyType?: string;
|
|
11290
11294
|
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
11291
11295
|
/**
|
|
@@ -13057,6 +13061,7 @@ export interface Event {
|
|
|
13057
13061
|
};
|
|
13058
13062
|
skipInterstitialWindow?: boolean;
|
|
13059
13063
|
callDurationSecs?: number;
|
|
13064
|
+
connectionDurationSecs?: number;
|
|
13060
13065
|
lobbyType?: string;
|
|
13061
13066
|
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
13062
13067
|
/**
|
|
@@ -15002,6 +15007,7 @@ export interface Event {
|
|
|
15002
15007
|
};
|
|
15003
15008
|
skipInterstitialWindow?: boolean;
|
|
15004
15009
|
callDurationSecs?: number;
|
|
15010
|
+
connectionDurationSecs?: number;
|
|
15005
15011
|
lobbyType?: string;
|
|
15006
15012
|
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
15007
15013
|
/**
|
|
@@ -16062,6 +16068,7 @@ export interface ClientEvent {
|
|
|
16062
16068
|
};
|
|
16063
16069
|
skipInterstitialWindow?: boolean;
|
|
16064
16070
|
callDurationSecs?: number;
|
|
16071
|
+
connectionDurationSecs?: number;
|
|
16065
16072
|
lobbyType?: string;
|
|
16066
16073
|
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
16067
16074
|
/**
|
|
@@ -19733,6 +19740,7 @@ export interface FeatureEvent {
|
|
|
19733
19740
|
};
|
|
19734
19741
|
skipInterstitialWindow?: boolean;
|
|
19735
19742
|
callDurationSecs?: number;
|
|
19743
|
+
connectionDurationSecs?: number;
|
|
19736
19744
|
lobbyType?: string;
|
|
19737
19745
|
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
19738
19746
|
/**
|
|
@@ -21509,6 +21517,7 @@ export interface MediaQualityEvent {
|
|
|
21509
21517
|
};
|
|
21510
21518
|
skipInterstitialWindow?: boolean;
|
|
21511
21519
|
callDurationSecs?: number;
|
|
21520
|
+
connectionDurationSecs?: number;
|
|
21512
21521
|
lobbyType?: string;
|
|
21513
21522
|
callDirection?: "ORIGINATING" | "TERMINATING";
|
|
21514
21523
|
/**
|
package/package.json
CHANGED