@webex/event-dictionary-ts 1.0.1346 → 1.0.1348
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.
|
@@ -2057,6 +2057,19 @@
|
|
|
2057
2057
|
"antiFraudBlocked": {
|
|
2058
2058
|
"type": "boolean"
|
|
2059
2059
|
},
|
|
2060
|
+
"sipResponseCode": {
|
|
2061
|
+
"type": "string",
|
|
2062
|
+
"enum": [
|
|
2063
|
+
"100_Trying",
|
|
2064
|
+
"183_Ringing",
|
|
2065
|
+
"200_Ok",
|
|
2066
|
+
"404_NotFound",
|
|
2067
|
+
"407_ProxyAuthRequired",
|
|
2068
|
+
"486_BusyHere",
|
|
2069
|
+
"503_ServiceUnavailable",
|
|
2070
|
+
"606_NotAcceptable"
|
|
2071
|
+
]
|
|
2072
|
+
},
|
|
2060
2073
|
"name": {
|
|
2061
2074
|
"enum": [
|
|
2062
2075
|
"client.alert.displayed",
|
|
@@ -6041,6 +6054,16 @@
|
|
|
6041
6054
|
"minimum": -9223372036854776000.0,
|
|
6042
6055
|
"maximum": 9223372036854776000.0
|
|
6043
6056
|
},
|
|
6057
|
+
"configuredPixelRateMainVideo": {
|
|
6058
|
+
"type": "number",
|
|
6059
|
+
"minimum": -9223372036854776000.0,
|
|
6060
|
+
"maximum": 9223372036854776000.0
|
|
6061
|
+
},
|
|
6062
|
+
"configuredPixelRateContentVideo": {
|
|
6063
|
+
"type": "number",
|
|
6064
|
+
"minimum": -9223372036854776000.0,
|
|
6065
|
+
"maximum": 9223372036854776000.0
|
|
6066
|
+
},
|
|
6044
6067
|
"roomType": {
|
|
6045
6068
|
"type": "string",
|
|
6046
6069
|
"description": "provisioning room type for CE devices",
|
|
@@ -2530,6 +2530,19 @@
|
|
|
2530
2530
|
"antiFraudBlocked": {
|
|
2531
2531
|
"type": "boolean"
|
|
2532
2532
|
},
|
|
2533
|
+
"sipResponseCode": {
|
|
2534
|
+
"type": "string",
|
|
2535
|
+
"enum": [
|
|
2536
|
+
"100_Trying",
|
|
2537
|
+
"183_Ringing",
|
|
2538
|
+
"200_Ok",
|
|
2539
|
+
"404_NotFound",
|
|
2540
|
+
"407_ProxyAuthRequired",
|
|
2541
|
+
"486_BusyHere",
|
|
2542
|
+
"503_ServiceUnavailable",
|
|
2543
|
+
"606_NotAcceptable"
|
|
2544
|
+
]
|
|
2545
|
+
},
|
|
2533
2546
|
"name": {
|
|
2534
2547
|
"enum": [
|
|
2535
2548
|
"client.alert.displayed",
|
|
@@ -6514,6 +6527,16 @@
|
|
|
6514
6527
|
"minimum": -9223372036854776000.0,
|
|
6515
6528
|
"maximum": 9223372036854776000.0
|
|
6516
6529
|
},
|
|
6530
|
+
"configuredPixelRateMainVideo": {
|
|
6531
|
+
"type": "number",
|
|
6532
|
+
"minimum": -9223372036854776000.0,
|
|
6533
|
+
"maximum": 9223372036854776000.0
|
|
6534
|
+
},
|
|
6535
|
+
"configuredPixelRateContentVideo": {
|
|
6536
|
+
"type": "number",
|
|
6537
|
+
"minimum": -9223372036854776000.0,
|
|
6538
|
+
"maximum": 9223372036854776000.0
|
|
6539
|
+
},
|
|
6517
6540
|
"roomType": {
|
|
6518
6541
|
"type": "string",
|
|
6519
6542
|
"description": "provisioning room type for CE devices",
|
|
@@ -9255,6 +9278,19 @@
|
|
|
9255
9278
|
"antiFraudBlocked": {
|
|
9256
9279
|
"type": "boolean"
|
|
9257
9280
|
},
|
|
9281
|
+
"sipResponseCode": {
|
|
9282
|
+
"type": "string",
|
|
9283
|
+
"enum": [
|
|
9284
|
+
"100_Trying",
|
|
9285
|
+
"183_Ringing",
|
|
9286
|
+
"200_Ok",
|
|
9287
|
+
"404_NotFound",
|
|
9288
|
+
"407_ProxyAuthRequired",
|
|
9289
|
+
"486_BusyHere",
|
|
9290
|
+
"503_ServiceUnavailable",
|
|
9291
|
+
"606_NotAcceptable"
|
|
9292
|
+
]
|
|
9293
|
+
},
|
|
9258
9294
|
"remoteAgent": {
|
|
9259
9295
|
"type": "string"
|
|
9260
9296
|
},
|
|
@@ -13290,6 +13326,19 @@
|
|
|
13290
13326
|
"antiFraudBlocked": {
|
|
13291
13327
|
"type": "boolean"
|
|
13292
13328
|
},
|
|
13329
|
+
"sipResponseCode": {
|
|
13330
|
+
"type": "string",
|
|
13331
|
+
"enum": [
|
|
13332
|
+
"100_Trying",
|
|
13333
|
+
"183_Ringing",
|
|
13334
|
+
"200_Ok",
|
|
13335
|
+
"404_NotFound",
|
|
13336
|
+
"407_ProxyAuthRequired",
|
|
13337
|
+
"486_BusyHere",
|
|
13338
|
+
"503_ServiceUnavailable",
|
|
13339
|
+
"606_NotAcceptable"
|
|
13340
|
+
]
|
|
13341
|
+
},
|
|
13293
13342
|
"trigger": {
|
|
13294
13343
|
"enum": [
|
|
13295
13344
|
"dummyTrigger1",
|
|
@@ -14310,6 +14359,16 @@
|
|
|
14310
14359
|
"minimum": -9223372036854776000.0,
|
|
14311
14360
|
"maximum": 9223372036854776000.0
|
|
14312
14361
|
},
|
|
14362
|
+
"configuredPixelRateMainVideo": {
|
|
14363
|
+
"type": "number",
|
|
14364
|
+
"minimum": -9223372036854776000.0,
|
|
14365
|
+
"maximum": 9223372036854776000.0
|
|
14366
|
+
},
|
|
14367
|
+
"configuredPixelRateContentVideo": {
|
|
14368
|
+
"type": "number",
|
|
14369
|
+
"minimum": -9223372036854776000.0,
|
|
14370
|
+
"maximum": 9223372036854776000.0
|
|
14371
|
+
},
|
|
14313
14372
|
"roomType": {
|
|
14314
14373
|
"type": "string",
|
|
14315
14374
|
"description": "provisioning room type for CE devices",
|
|
@@ -21551,6 +21610,19 @@
|
|
|
21551
21610
|
"antiFraudBlocked": {
|
|
21552
21611
|
"type": "boolean"
|
|
21553
21612
|
},
|
|
21613
|
+
"sipResponseCode": {
|
|
21614
|
+
"type": "string",
|
|
21615
|
+
"enum": [
|
|
21616
|
+
"100_Trying",
|
|
21617
|
+
"183_Ringing",
|
|
21618
|
+
"200_Ok",
|
|
21619
|
+
"404_NotFound",
|
|
21620
|
+
"407_ProxyAuthRequired",
|
|
21621
|
+
"486_BusyHere",
|
|
21622
|
+
"503_ServiceUnavailable",
|
|
21623
|
+
"606_NotAcceptable"
|
|
21624
|
+
]
|
|
21625
|
+
},
|
|
21554
21626
|
"name": {
|
|
21555
21627
|
"enum": [
|
|
21556
21628
|
"client.feature.audio.noise.removal",
|
|
@@ -2103,6 +2103,19 @@
|
|
|
2103
2103
|
"antiFraudBlocked": {
|
|
2104
2104
|
"type": "boolean"
|
|
2105
2105
|
},
|
|
2106
|
+
"sipResponseCode": {
|
|
2107
|
+
"type": "string",
|
|
2108
|
+
"enum": [
|
|
2109
|
+
"100_Trying",
|
|
2110
|
+
"183_Ringing",
|
|
2111
|
+
"200_Ok",
|
|
2112
|
+
"404_NotFound",
|
|
2113
|
+
"407_ProxyAuthRequired",
|
|
2114
|
+
"486_BusyHere",
|
|
2115
|
+
"503_ServiceUnavailable",
|
|
2116
|
+
"606_NotAcceptable"
|
|
2117
|
+
]
|
|
2118
|
+
},
|
|
2106
2119
|
"name": {
|
|
2107
2120
|
"enum": [
|
|
2108
2121
|
"client.feature.audio.noise.removal",
|
|
@@ -2104,6 +2104,19 @@
|
|
|
2104
2104
|
"antiFraudBlocked": {
|
|
2105
2105
|
"type": "boolean"
|
|
2106
2106
|
},
|
|
2107
|
+
"sipResponseCode": {
|
|
2108
|
+
"type": "string",
|
|
2109
|
+
"enum": [
|
|
2110
|
+
"100_Trying",
|
|
2111
|
+
"183_Ringing",
|
|
2112
|
+
"200_Ok",
|
|
2113
|
+
"404_NotFound",
|
|
2114
|
+
"407_ProxyAuthRequired",
|
|
2115
|
+
"486_BusyHere",
|
|
2116
|
+
"503_ServiceUnavailable",
|
|
2117
|
+
"606_NotAcceptable"
|
|
2118
|
+
]
|
|
2119
|
+
},
|
|
2107
2120
|
"trigger": {
|
|
2108
2121
|
"enum": [
|
|
2109
2122
|
"dummyTrigger1",
|
|
@@ -3124,6 +3137,16 @@
|
|
|
3124
3137
|
"minimum": -9223372036854776000.0,
|
|
3125
3138
|
"maximum": 9223372036854776000.0
|
|
3126
3139
|
},
|
|
3140
|
+
"configuredPixelRateMainVideo": {
|
|
3141
|
+
"type": "number",
|
|
3142
|
+
"minimum": -9223372036854776000.0,
|
|
3143
|
+
"maximum": 9223372036854776000.0
|
|
3144
|
+
},
|
|
3145
|
+
"configuredPixelRateContentVideo": {
|
|
3146
|
+
"type": "number",
|
|
3147
|
+
"minimum": -9223372036854776000.0,
|
|
3148
|
+
"maximum": 9223372036854776000.0
|
|
3149
|
+
},
|
|
3127
3150
|
"roomType": {
|
|
3128
3151
|
"type": "string",
|
|
3129
3152
|
"description": "provisioning room type for CE devices",
|
|
@@ -877,6 +877,15 @@ export interface Event {
|
|
|
877
877
|
ivrServiceUcreAttempts?: number;
|
|
878
878
|
antiFraudPolicyType?: string;
|
|
879
879
|
antiFraudBlocked?: boolean;
|
|
880
|
+
sipResponseCode?:
|
|
881
|
+
| "100_Trying"
|
|
882
|
+
| "183_Ringing"
|
|
883
|
+
| "200_Ok"
|
|
884
|
+
| "404_NotFound"
|
|
885
|
+
| "407_ProxyAuthRequired"
|
|
886
|
+
| "486_BusyHere"
|
|
887
|
+
| "503_ServiceUnavailable"
|
|
888
|
+
| "606_NotAcceptable";
|
|
880
889
|
name:
|
|
881
890
|
| "client.alert.displayed"
|
|
882
891
|
| "client.alert.removed"
|
|
@@ -2910,6 +2919,8 @@ export interface Event {
|
|
|
2910
2919
|
videoUserCount?: number;
|
|
2911
2920
|
numScreens?: number;
|
|
2912
2921
|
configuredBitrate?: number;
|
|
2922
|
+
configuredPixelRateMainVideo?: number;
|
|
2923
|
+
configuredPixelRateContentVideo?: number;
|
|
2913
2924
|
/**
|
|
2914
2925
|
* provisioning room type for CE devices
|
|
2915
2926
|
*/
|
|
@@ -3878,6 +3889,15 @@ export interface Event {
|
|
|
3878
3889
|
ivrServiceUcreAttempts?: number;
|
|
3879
3890
|
antiFraudPolicyType?: string;
|
|
3880
3891
|
antiFraudBlocked?: boolean;
|
|
3892
|
+
sipResponseCode?:
|
|
3893
|
+
| "100_Trying"
|
|
3894
|
+
| "183_Ringing"
|
|
3895
|
+
| "200_Ok"
|
|
3896
|
+
| "404_NotFound"
|
|
3897
|
+
| "407_ProxyAuthRequired"
|
|
3898
|
+
| "486_BusyHere"
|
|
3899
|
+
| "503_ServiceUnavailable"
|
|
3900
|
+
| "606_NotAcceptable";
|
|
3881
3901
|
remoteAgent?: string;
|
|
3882
3902
|
name:
|
|
3883
3903
|
| "breakout.breakout-session.move.initiated"
|
|
@@ -5519,6 +5539,15 @@ export interface Event {
|
|
|
5519
5539
|
ivrServiceUcreAttempts?: number;
|
|
5520
5540
|
antiFraudPolicyType?: string;
|
|
5521
5541
|
antiFraudBlocked?: boolean;
|
|
5542
|
+
sipResponseCode?:
|
|
5543
|
+
| "100_Trying"
|
|
5544
|
+
| "183_Ringing"
|
|
5545
|
+
| "200_Ok"
|
|
5546
|
+
| "404_NotFound"
|
|
5547
|
+
| "407_ProxyAuthRequired"
|
|
5548
|
+
| "486_BusyHere"
|
|
5549
|
+
| "503_ServiceUnavailable"
|
|
5550
|
+
| "606_NotAcceptable";
|
|
5522
5551
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
5523
5552
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
5524
5553
|
/**
|
|
@@ -5875,6 +5904,8 @@ export interface Event {
|
|
|
5875
5904
|
videoUserCount?: number;
|
|
5876
5905
|
numScreens?: number;
|
|
5877
5906
|
configuredBitrate?: number;
|
|
5907
|
+
configuredPixelRateMainVideo?: number;
|
|
5908
|
+
configuredPixelRateContentVideo?: number;
|
|
5878
5909
|
/**
|
|
5879
5910
|
* provisioning room type for CE devices
|
|
5880
5911
|
*/
|
|
@@ -8504,6 +8535,15 @@ export interface Event {
|
|
|
8504
8535
|
ivrServiceUcreAttempts?: number;
|
|
8505
8536
|
antiFraudPolicyType?: string;
|
|
8506
8537
|
antiFraudBlocked?: boolean;
|
|
8538
|
+
sipResponseCode?:
|
|
8539
|
+
| "100_Trying"
|
|
8540
|
+
| "183_Ringing"
|
|
8541
|
+
| "200_Ok"
|
|
8542
|
+
| "404_NotFound"
|
|
8543
|
+
| "407_ProxyAuthRequired"
|
|
8544
|
+
| "486_BusyHere"
|
|
8545
|
+
| "503_ServiceUnavailable"
|
|
8546
|
+
| "606_NotAcceptable";
|
|
8507
8547
|
name:
|
|
8508
8548
|
| "client.feature.audio.noise.removal"
|
|
8509
8549
|
| "client.feature.embedded-object-info"
|
|
@@ -10100,6 +10140,15 @@ export interface ClientEvent {
|
|
|
10100
10140
|
ivrServiceUcreAttempts?: number;
|
|
10101
10141
|
antiFraudPolicyType?: string;
|
|
10102
10142
|
antiFraudBlocked?: boolean;
|
|
10143
|
+
sipResponseCode?:
|
|
10144
|
+
| "100_Trying"
|
|
10145
|
+
| "183_Ringing"
|
|
10146
|
+
| "200_Ok"
|
|
10147
|
+
| "404_NotFound"
|
|
10148
|
+
| "407_ProxyAuthRequired"
|
|
10149
|
+
| "486_BusyHere"
|
|
10150
|
+
| "503_ServiceUnavailable"
|
|
10151
|
+
| "606_NotAcceptable";
|
|
10103
10152
|
name:
|
|
10104
10153
|
| "client.alert.displayed"
|
|
10105
10154
|
| "client.alert.removed"
|
|
@@ -12118,6 +12167,8 @@ export interface ClientEvent {
|
|
|
12118
12167
|
videoUserCount?: number;
|
|
12119
12168
|
numScreens?: number;
|
|
12120
12169
|
configuredBitrate?: number;
|
|
12170
|
+
configuredPixelRateMainVideo?: number;
|
|
12171
|
+
configuredPixelRateContentVideo?: number;
|
|
12121
12172
|
/**
|
|
12122
12173
|
* provisioning room type for CE devices
|
|
12123
12174
|
*/
|
|
@@ -13008,6 +13059,15 @@ export interface FeatureEvent {
|
|
|
13008
13059
|
ivrServiceUcreAttempts?: number;
|
|
13009
13060
|
antiFraudPolicyType?: string;
|
|
13010
13061
|
antiFraudBlocked?: boolean;
|
|
13062
|
+
sipResponseCode?:
|
|
13063
|
+
| "100_Trying"
|
|
13064
|
+
| "183_Ringing"
|
|
13065
|
+
| "200_Ok"
|
|
13066
|
+
| "404_NotFound"
|
|
13067
|
+
| "407_ProxyAuthRequired"
|
|
13068
|
+
| "486_BusyHere"
|
|
13069
|
+
| "503_ServiceUnavailable"
|
|
13070
|
+
| "606_NotAcceptable";
|
|
13011
13071
|
name:
|
|
13012
13072
|
| "client.feature.audio.noise.removal"
|
|
13013
13073
|
| "client.feature.embedded-object-info"
|
|
@@ -14591,6 +14651,15 @@ export interface MediaQualityEvent {
|
|
|
14591
14651
|
ivrServiceUcreAttempts?: number;
|
|
14592
14652
|
antiFraudPolicyType?: string;
|
|
14593
14653
|
antiFraudBlocked?: boolean;
|
|
14654
|
+
sipResponseCode?:
|
|
14655
|
+
| "100_Trying"
|
|
14656
|
+
| "183_Ringing"
|
|
14657
|
+
| "200_Ok"
|
|
14658
|
+
| "404_NotFound"
|
|
14659
|
+
| "407_ProxyAuthRequired"
|
|
14660
|
+
| "486_BusyHere"
|
|
14661
|
+
| "503_ServiceUnavailable"
|
|
14662
|
+
| "606_NotAcceptable";
|
|
14594
14663
|
trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
|
|
14595
14664
|
name: "server.mediaquality.event" | "client.mediaquality.event";
|
|
14596
14665
|
/**
|
|
@@ -14940,6 +15009,8 @@ export interface MediaQualityEvent {
|
|
|
14940
15009
|
videoUserCount?: number;
|
|
14941
15010
|
numScreens?: number;
|
|
14942
15011
|
configuredBitrate?: number;
|
|
15012
|
+
configuredPixelRateMainVideo?: number;
|
|
15013
|
+
configuredPixelRateContentVideo?: number;
|
|
14943
15014
|
/**
|
|
14944
15015
|
* provisioning room type for CE devices
|
|
14945
15016
|
*/
|
package/package.json
CHANGED