@webex/event-dictionary-ts 1.0.1485 → 1.0.1486
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.
|
@@ -2375,7 +2375,8 @@
|
|
|
2375
2375
|
"CUCM",
|
|
2376
2376
|
"WEBEXCALLING",
|
|
2377
2377
|
"BROADWORKS",
|
|
2378
|
-
"LOCUS"
|
|
2378
|
+
"LOCUS",
|
|
2379
|
+
"BROADCLOUDCARRIER"
|
|
2379
2380
|
]
|
|
2380
2381
|
},
|
|
2381
2382
|
"inLobby": {
|
|
@@ -9418,7 +9419,8 @@
|
|
|
9418
9419
|
"CUCM",
|
|
9419
9420
|
"WEBEXCALLING",
|
|
9420
9421
|
"BROADWORKS",
|
|
9421
|
-
"LOCUS"
|
|
9422
|
+
"LOCUS",
|
|
9423
|
+
"BROADCLOUDCARRIER"
|
|
9422
9424
|
]
|
|
9423
9425
|
},
|
|
9424
9426
|
"inLobby": {
|
|
@@ -13678,7 +13680,8 @@
|
|
|
13678
13680
|
"CUCM",
|
|
13679
13681
|
"WEBEXCALLING",
|
|
13680
13682
|
"BROADWORKS",
|
|
13681
|
-
"LOCUS"
|
|
13683
|
+
"LOCUS",
|
|
13684
|
+
"BROADCLOUDCARRIER"
|
|
13682
13685
|
]
|
|
13683
13686
|
},
|
|
13684
13687
|
"inLobby": {
|
|
@@ -22405,7 +22408,8 @@
|
|
|
22405
22408
|
"CUCM",
|
|
22406
22409
|
"WEBEXCALLING",
|
|
22407
22410
|
"BROADWORKS",
|
|
22408
|
-
"LOCUS"
|
|
22411
|
+
"LOCUS",
|
|
22412
|
+
"BROADCLOUDCARRIER"
|
|
22409
22413
|
]
|
|
22410
22414
|
},
|
|
22411
22415
|
"inLobby": {
|
|
@@ -26341,7 +26345,8 @@
|
|
|
26341
26345
|
"CUCM",
|
|
26342
26346
|
"WEBEXCALLING",
|
|
26343
26347
|
"BROADWORKS",
|
|
26344
|
-
"LOCUS"
|
|
26348
|
+
"LOCUS",
|
|
26349
|
+
"BROADCLOUDCARRIER"
|
|
26345
26350
|
]
|
|
26346
26351
|
},
|
|
26347
26352
|
"inLobby": {
|
|
@@ -846,7 +846,7 @@ export interface Event {
|
|
|
846
846
|
}[];
|
|
847
847
|
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
848
848
|
isConvergedArchitectureEnabled?: boolean;
|
|
849
|
-
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS";
|
|
849
|
+
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
850
850
|
inLobby?: boolean;
|
|
851
851
|
isVIPMeeting?: boolean;
|
|
852
852
|
webexAppEntrypoint?: string;
|
|
@@ -4029,7 +4029,7 @@ export interface Event {
|
|
|
4029
4029
|
}[];
|
|
4030
4030
|
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
4031
4031
|
isConvergedArchitectureEnabled?: boolean;
|
|
4032
|
-
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS";
|
|
4032
|
+
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
4033
4033
|
inLobby?: boolean;
|
|
4034
4034
|
isVIPMeeting?: boolean;
|
|
4035
4035
|
webexAppEntrypoint?: string;
|
|
@@ -5782,7 +5782,7 @@ export interface Event {
|
|
|
5782
5782
|
}[];
|
|
5783
5783
|
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
5784
5784
|
isConvergedArchitectureEnabled?: boolean;
|
|
5785
|
-
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS";
|
|
5785
|
+
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
5786
5786
|
inLobby?: boolean;
|
|
5787
5787
|
isVIPMeeting?: boolean;
|
|
5788
5788
|
webexAppEntrypoint?: string;
|
|
@@ -8981,7 +8981,7 @@ export interface Event {
|
|
|
8981
8981
|
}[];
|
|
8982
8982
|
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
8983
8983
|
isConvergedArchitectureEnabled?: boolean;
|
|
8984
|
-
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS";
|
|
8984
|
+
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
8985
8985
|
inLobby?: boolean;
|
|
8986
8986
|
isVIPMeeting?: boolean;
|
|
8987
8987
|
webexAppEntrypoint?: string;
|
|
@@ -10631,7 +10631,7 @@ export interface Event {
|
|
|
10631
10631
|
}[];
|
|
10632
10632
|
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
10633
10633
|
isConvergedArchitectureEnabled?: boolean;
|
|
10634
|
-
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS";
|
|
10634
|
+
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
10635
10635
|
inLobby?: boolean;
|
|
10636
10636
|
isVIPMeeting?: boolean;
|
|
10637
10637
|
webexAppEntrypoint?: string;
|
|
@@ -12064,7 +12064,7 @@ export interface ClientEvent {
|
|
|
12064
12064
|
}[];
|
|
12065
12065
|
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
12066
12066
|
isConvergedArchitectureEnabled?: boolean;
|
|
12067
|
-
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS";
|
|
12067
|
+
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
12068
12068
|
inLobby?: boolean;
|
|
12069
12069
|
isVIPMeeting?: boolean;
|
|
12070
12070
|
webexAppEntrypoint?: string;
|
|
@@ -15160,7 +15160,7 @@ export interface FeatureEvent {
|
|
|
15160
15160
|
}[];
|
|
15161
15161
|
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
15162
15162
|
isConvergedArchitectureEnabled?: boolean;
|
|
15163
|
-
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS";
|
|
15163
|
+
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
15164
15164
|
inLobby?: boolean;
|
|
15165
15165
|
isVIPMeeting?: boolean;
|
|
15166
15166
|
webexAppEntrypoint?: string;
|
|
@@ -16808,7 +16808,7 @@ export interface MediaQualityEvent {
|
|
|
16808
16808
|
}[];
|
|
16809
16809
|
e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
|
|
16810
16810
|
isConvergedArchitectureEnabled?: boolean;
|
|
16811
|
-
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS";
|
|
16811
|
+
callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
|
|
16812
16812
|
inLobby?: boolean;
|
|
16813
16813
|
isVIPMeeting?: boolean;
|
|
16814
16814
|
webexAppEntrypoint?: string;
|
package/package.json
CHANGED