@webex/event-dictionary-ts 1.0.1251 → 1.0.1253
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.
|
@@ -843,6 +843,10 @@ export interface Event {
|
|
|
843
843
|
pstnAudioCallType?: "PSTN" | "CCA_E" | "CCA_SP" | "EDGE_AUDIO";
|
|
844
844
|
l2sipCallbackUrl?: string;
|
|
845
845
|
ivrDialingStatusOriginator?: "L2SIP" | "CLOUD_PROXY" | "CARRIER" | "UNIDENTIFIED";
|
|
846
|
+
cic?: string;
|
|
847
|
+
carrierName?: string;
|
|
848
|
+
originator?: string;
|
|
849
|
+
ucreDnsSrvs?: string[];
|
|
846
850
|
name:
|
|
847
851
|
| "client.alert.displayed"
|
|
848
852
|
| "client.alert.removed"
|
|
@@ -3724,6 +3728,10 @@ export interface Event {
|
|
|
3724
3728
|
pstnAudioCallType?: "PSTN" | "CCA_E" | "CCA_SP" | "EDGE_AUDIO";
|
|
3725
3729
|
l2sipCallbackUrl?: string;
|
|
3726
3730
|
ivrDialingStatusOriginator?: "L2SIP" | "CLOUD_PROXY" | "CARRIER" | "UNIDENTIFIED";
|
|
3731
|
+
cic?: string;
|
|
3732
|
+
carrierName?: string;
|
|
3733
|
+
originator?: string;
|
|
3734
|
+
ucreDnsSrvs?: string[];
|
|
3727
3735
|
remoteAgent?: string;
|
|
3728
3736
|
name:
|
|
3729
3737
|
| "breakout.breakout-session.move.initiated"
|
|
@@ -5240,6 +5248,10 @@ export interface Event {
|
|
|
5240
5248
|
pstnAudioCallType?: "PSTN" | "CCA_E" | "CCA_SP" | "EDGE_AUDIO";
|
|
5241
5249
|
l2sipCallbackUrl?: string;
|
|
5242
5250
|
ivrDialingStatusOriginator?: "L2SIP" | "CLOUD_PROXY" | "CARRIER" | "UNIDENTIFIED";
|
|
5251
|
+
cic?: string;
|
|
5252
|
+
carrierName?: string;
|
|
5253
|
+
originator?: string;
|
|
5254
|
+
ucreDnsSrvs?: string[];
|
|
5243
5255
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
5244
5256
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
5245
5257
|
/**
|
|
@@ -6083,6 +6095,14 @@ export interface Event {
|
|
|
6083
6095
|
| "WINDOW"
|
|
6084
6096
|
| "SCK";
|
|
6085
6097
|
processShareContentDetectMillis?: number;
|
|
6098
|
+
/**
|
|
6099
|
+
* Details associated with a share floor type
|
|
6100
|
+
*/
|
|
6101
|
+
floorType?: {
|
|
6102
|
+
name: "DEFAULT" | "EMBEDDED_APP" | "OTHER";
|
|
6103
|
+
priority?: {};
|
|
6104
|
+
additionalProperties?: false;
|
|
6105
|
+
};
|
|
6086
6106
|
additionalProperties?: false;
|
|
6087
6107
|
}[];
|
|
6088
6108
|
additionalProperties?: false;
|
|
@@ -6910,6 +6930,14 @@ export interface Event {
|
|
|
6910
6930
|
receivedFrameRateHFPSShare?: number;
|
|
6911
6931
|
renderWindowResolution?: number;
|
|
6912
6932
|
scaledResolution?: number;
|
|
6933
|
+
/**
|
|
6934
|
+
* Details associated with a share floor type
|
|
6935
|
+
*/
|
|
6936
|
+
floorType?: {
|
|
6937
|
+
name: "DEFAULT" | "EMBEDDED_APP" | "OTHER";
|
|
6938
|
+
priority?: {};
|
|
6939
|
+
additionalProperties?: false;
|
|
6940
|
+
};
|
|
6913
6941
|
additionalProperties?: false;
|
|
6914
6942
|
}[];
|
|
6915
6943
|
additionalProperties?: false;
|
|
@@ -8012,6 +8040,10 @@ export interface Event {
|
|
|
8012
8040
|
pstnAudioCallType?: "PSTN" | "CCA_E" | "CCA_SP" | "EDGE_AUDIO";
|
|
8013
8041
|
l2sipCallbackUrl?: string;
|
|
8014
8042
|
ivrDialingStatusOriginator?: "L2SIP" | "CLOUD_PROXY" | "CARRIER" | "UNIDENTIFIED";
|
|
8043
|
+
cic?: string;
|
|
8044
|
+
carrierName?: string;
|
|
8045
|
+
originator?: string;
|
|
8046
|
+
ucreDnsSrvs?: string[];
|
|
8015
8047
|
name:
|
|
8016
8048
|
| "client.feature.audio.noise.removal"
|
|
8017
8049
|
| "client.feature.embedded-object-info"
|
|
@@ -9586,6 +9618,10 @@ export interface ClientEvent {
|
|
|
9586
9618
|
pstnAudioCallType?: "PSTN" | "CCA_E" | "CCA_SP" | "EDGE_AUDIO";
|
|
9587
9619
|
l2sipCallbackUrl?: string;
|
|
9588
9620
|
ivrDialingStatusOriginator?: "L2SIP" | "CLOUD_PROXY" | "CARRIER" | "UNIDENTIFIED";
|
|
9621
|
+
cic?: string;
|
|
9622
|
+
carrierName?: string;
|
|
9623
|
+
originator?: string;
|
|
9624
|
+
ucreDnsSrvs?: string[];
|
|
9589
9625
|
name:
|
|
9590
9626
|
| "client.alert.displayed"
|
|
9591
9627
|
| "client.alert.removed"
|
|
@@ -12393,6 +12429,10 @@ export interface FeatureEvent {
|
|
|
12393
12429
|
pstnAudioCallType?: "PSTN" | "CCA_E" | "CCA_SP" | "EDGE_AUDIO";
|
|
12394
12430
|
l2sipCallbackUrl?: string;
|
|
12395
12431
|
ivrDialingStatusOriginator?: "L2SIP" | "CLOUD_PROXY" | "CARRIER" | "UNIDENTIFIED";
|
|
12432
|
+
cic?: string;
|
|
12433
|
+
carrierName?: string;
|
|
12434
|
+
originator?: string;
|
|
12435
|
+
ucreDnsSrvs?: string[];
|
|
12396
12436
|
name:
|
|
12397
12437
|
| "client.feature.audio.noise.removal"
|
|
12398
12438
|
| "client.feature.embedded-object-info"
|
|
@@ -13954,6 +13994,10 @@ export interface MediaQualityEvent {
|
|
|
13954
13994
|
pstnAudioCallType?: "PSTN" | "CCA_E" | "CCA_SP" | "EDGE_AUDIO";
|
|
13955
13995
|
l2sipCallbackUrl?: string;
|
|
13956
13996
|
ivrDialingStatusOriginator?: "L2SIP" | "CLOUD_PROXY" | "CARRIER" | "UNIDENTIFIED";
|
|
13997
|
+
cic?: string;
|
|
13998
|
+
carrierName?: string;
|
|
13999
|
+
originator?: string;
|
|
14000
|
+
ucreDnsSrvs?: string[];
|
|
13957
14001
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
13958
14002
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
13959
14003
|
/**
|
|
@@ -14794,6 +14838,14 @@ export interface MediaQualityEvent {
|
|
|
14794
14838
|
| "WINDOW"
|
|
14795
14839
|
| "SCK";
|
|
14796
14840
|
processShareContentDetectMillis?: number;
|
|
14841
|
+
/**
|
|
14842
|
+
* Details associated with a share floor type
|
|
14843
|
+
*/
|
|
14844
|
+
floorType?: {
|
|
14845
|
+
name: "DEFAULT" | "EMBEDDED_APP" | "OTHER";
|
|
14846
|
+
priority?: {};
|
|
14847
|
+
additionalProperties?: false;
|
|
14848
|
+
};
|
|
14797
14849
|
additionalProperties?: false;
|
|
14798
14850
|
}[];
|
|
14799
14851
|
additionalProperties?: false;
|
|
@@ -15621,6 +15673,14 @@ export interface MediaQualityEvent {
|
|
|
15621
15673
|
receivedFrameRateHFPSShare?: number;
|
|
15622
15674
|
renderWindowResolution?: number;
|
|
15623
15675
|
scaledResolution?: number;
|
|
15676
|
+
/**
|
|
15677
|
+
* Details associated with a share floor type
|
|
15678
|
+
*/
|
|
15679
|
+
floorType?: {
|
|
15680
|
+
name: "DEFAULT" | "EMBEDDED_APP" | "OTHER";
|
|
15681
|
+
priority?: {};
|
|
15682
|
+
additionalProperties?: false;
|
|
15683
|
+
};
|
|
15624
15684
|
additionalProperties?: false;
|
|
15625
15685
|
}[];
|
|
15626
15686
|
additionalProperties?: false;
|
package/package.json
CHANGED