@webex/event-dictionary-ts 1.0.1544 → 1.0.1545

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.
@@ -298,6 +298,7 @@
298
298
  "enum": [
299
299
  "SIP",
300
300
  "H323",
301
+ "H323_IP",
301
302
  "Locus",
302
303
  "WebRTC"
303
304
  ]
@@ -2166,6 +2167,16 @@
2166
2167
  "sessionJoinCount": {
2167
2168
  "type": "integer"
2168
2169
  },
2170
+ "transportType": {
2171
+ "type": "string",
2172
+ "description": "indicates transport type used",
2173
+ "enum": [
2174
+ "UDP",
2175
+ "TCP",
2176
+ "xTLS",
2177
+ "TLS"
2178
+ ]
2179
+ },
2169
2180
  "name": {
2170
2181
  "enum": [
2171
2182
  "client.abort.join",
@@ -797,6 +797,7 @@
797
797
  "enum": [
798
798
  "SIP",
799
799
  "H323",
800
+ "H323_IP",
800
801
  "Locus",
801
802
  "WebRTC"
802
803
  ]
@@ -2665,6 +2666,16 @@
2665
2666
  "sessionJoinCount": {
2666
2667
  "type": "integer"
2667
2668
  },
2669
+ "transportType": {
2670
+ "type": "string",
2671
+ "description": "indicates transport type used",
2672
+ "enum": [
2673
+ "UDP",
2674
+ "TCP",
2675
+ "xTLS",
2676
+ "TLS"
2677
+ ]
2678
+ },
2668
2679
  "name": {
2669
2680
  "enum": [
2670
2681
  "client.abort.join",
@@ -8019,6 +8030,7 @@
8019
8030
  "enum": [
8020
8031
  "SIP",
8021
8032
  "H323",
8033
+ "H323_IP",
8022
8034
  "Locus",
8023
8035
  "WebRTC"
8024
8036
  ]
@@ -9933,6 +9945,16 @@
9933
9945
  "sessionJoinCount": {
9934
9946
  "type": "integer"
9935
9947
  },
9948
+ "transportType": {
9949
+ "type": "string",
9950
+ "description": "indicates transport type used",
9951
+ "enum": [
9952
+ "UDP",
9953
+ "TCP",
9954
+ "xTLS",
9955
+ "TLS"
9956
+ ]
9957
+ },
9936
9958
  "remoteAgent": {
9937
9959
  "type": "string"
9938
9960
  },
@@ -12302,6 +12324,7 @@
12302
12324
  "enum": [
12303
12325
  "SIP",
12304
12326
  "H323",
12327
+ "H323_IP",
12305
12328
  "Locus",
12306
12329
  "WebRTC"
12307
12330
  ]
@@ -14216,6 +14239,16 @@
14216
14239
  "sessionJoinCount": {
14217
14240
  "type": "integer"
14218
14241
  },
14242
+ "transportType": {
14243
+ "type": "string",
14244
+ "description": "indicates transport type used",
14245
+ "enum": [
14246
+ "UDP",
14247
+ "TCP",
14248
+ "xTLS",
14249
+ "TLS"
14250
+ ]
14251
+ },
14219
14252
  "trigger": {
14220
14253
  "enum": [
14221
14254
  "dummyTrigger1",
@@ -14271,6 +14304,7 @@
14271
14304
  "enum": [
14272
14305
  "SIP",
14273
14306
  "H323",
14307
+ "H323_IP",
14274
14308
  "Locus",
14275
14309
  "WebRTC"
14276
14310
  ]
@@ -21208,6 +21242,7 @@
21208
21242
  "enum": [
21209
21243
  "SIP",
21210
21244
  "H323",
21245
+ "H323_IP",
21211
21246
  "Locus",
21212
21247
  "WebRTC"
21213
21248
  ]
@@ -23122,6 +23157,16 @@
23122
23157
  "sessionJoinCount": {
23123
23158
  "type": "integer"
23124
23159
  },
23160
+ "transportType": {
23161
+ "type": "string",
23162
+ "description": "indicates transport type used",
23163
+ "enum": [
23164
+ "UDP",
23165
+ "TCP",
23166
+ "xTLS",
23167
+ "TLS"
23168
+ ]
23169
+ },
23125
23170
  "name": {
23126
23171
  "enum": [
23127
23172
  "client.feature.audio.noise.removal",
@@ -25153,6 +25198,7 @@
25153
25198
  "enum": [
25154
25199
  "SIP",
25155
25200
  "H323",
25201
+ "H323_IP",
25156
25202
  "Locus",
25157
25203
  "WebRTC"
25158
25204
  ]
@@ -27067,6 +27113,16 @@
27067
27113
  "sessionJoinCount": {
27068
27114
  "type": "integer"
27069
27115
  },
27116
+ "transportType": {
27117
+ "type": "string",
27118
+ "description": "indicates transport type used",
27119
+ "enum": [
27120
+ "UDP",
27121
+ "TCP",
27122
+ "xTLS",
27123
+ "TLS"
27124
+ ]
27125
+ },
27070
27126
  "trigger": {
27071
27127
  "enum": [
27072
27128
  "dummyTrigger1",
@@ -298,6 +298,7 @@
298
298
  "enum": [
299
299
  "SIP",
300
300
  "H323",
301
+ "H323_IP",
301
302
  "Locus",
302
303
  "WebRTC"
303
304
  ]
@@ -2212,6 +2213,16 @@
2212
2213
  "sessionJoinCount": {
2213
2214
  "type": "integer"
2214
2215
  },
2216
+ "transportType": {
2217
+ "type": "string",
2218
+ "description": "indicates transport type used",
2219
+ "enum": [
2220
+ "UDP",
2221
+ "TCP",
2222
+ "xTLS",
2223
+ "TLS"
2224
+ ]
2225
+ },
2215
2226
  "name": {
2216
2227
  "enum": [
2217
2228
  "client.feature.audio.noise.removal",
@@ -299,6 +299,7 @@
299
299
  "enum": [
300
300
  "SIP",
301
301
  "H323",
302
+ "H323_IP",
302
303
  "Locus",
303
304
  "WebRTC"
304
305
  ]
@@ -2213,6 +2214,16 @@
2213
2214
  "sessionJoinCount": {
2214
2215
  "type": "integer"
2215
2216
  },
2217
+ "transportType": {
2218
+ "type": "string",
2219
+ "description": "indicates transport type used",
2220
+ "enum": [
2221
+ "UDP",
2222
+ "TCP",
2223
+ "xTLS",
2224
+ "TLS"
2225
+ ]
2226
+ },
2216
2227
  "trigger": {
2217
2228
  "enum": [
2218
2229
  "dummyTrigger1",
@@ -2268,6 +2279,7 @@
2268
2279
  "enum": [
2269
2280
  "SIP",
2270
2281
  "H323",
2282
+ "H323_IP",
2271
2283
  "Locus",
2272
2284
  "WebRTC"
2273
2285
  ]
@@ -360,7 +360,7 @@ export interface Event {
360
360
  /**
361
361
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
362
362
  */
363
- protocol?: "SIP" | "H323" | "Locus" | "WebRTC";
363
+ protocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
364
364
  /**
365
365
  * The underlying service provider of the call.
366
366
  */
@@ -963,6 +963,10 @@ export interface Event {
963
963
  additionalProperties?: false;
964
964
  };
965
965
  sessionJoinCount?: number;
966
+ /**
967
+ * indicates transport type used
968
+ */
969
+ transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
966
970
  name:
967
971
  | "client.abort.join"
968
972
  | "client.alert.displayed"
@@ -3657,7 +3661,7 @@ export interface Event {
3657
3661
  /**
3658
3662
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
3659
3663
  */
3660
- protocol?: "SIP" | "H323" | "Locus" | "WebRTC";
3664
+ protocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
3661
3665
  /**
3662
3666
  * The underlying service provider of the call.
3663
3667
  */
@@ -4289,6 +4293,10 @@ export interface Event {
4289
4293
  additionalProperties?: false;
4290
4294
  };
4291
4295
  sessionJoinCount?: number;
4296
+ /**
4297
+ * indicates transport type used
4298
+ */
4299
+ transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
4292
4300
  remoteAgent?: string;
4293
4301
  name:
4294
4302
  | "addin.scheduling.request"
@@ -5421,7 +5429,7 @@ export interface Event {
5421
5429
  /**
5422
5430
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
5423
5431
  */
5424
- protocol?: "SIP" | "H323" | "Locus" | "WebRTC";
5432
+ protocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
5425
5433
  /**
5426
5434
  * The underlying service provider of the call.
5427
5435
  */
@@ -6053,6 +6061,10 @@ export interface Event {
6053
6061
  additionalProperties?: false;
6054
6062
  };
6055
6063
  sessionJoinCount?: number;
6064
+ /**
6065
+ * indicates transport type used
6066
+ */
6067
+ transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
6056
6068
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
6057
6069
  name: "server.mediaquality.event" | "client.mediaquality.event";
6058
6070
  /**
@@ -6073,7 +6085,7 @@ export interface Event {
6073
6085
  /**
6074
6086
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
6075
6087
  */
6076
- clientSignallingProtocol?: "SIP" | "H323" | "Locus" | "WebRTC";
6088
+ clientSignallingProtocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
6077
6089
  additionalProperties?: false;
6078
6090
  };
6079
6091
  /**
@@ -8734,7 +8746,7 @@ export interface Event {
8734
8746
  /**
8735
8747
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
8736
8748
  */
8737
- protocol?: "SIP" | "H323" | "Locus" | "WebRTC";
8749
+ protocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
8738
8750
  /**
8739
8751
  * The underlying service provider of the call.
8740
8752
  */
@@ -9366,6 +9378,10 @@ export interface Event {
9366
9378
  additionalProperties?: false;
9367
9379
  };
9368
9380
  sessionJoinCount?: number;
9381
+ /**
9382
+ * indicates transport type used
9383
+ */
9384
+ transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
9369
9385
  name:
9370
9386
  | "client.feature.audio.noise.removal"
9371
9387
  | "client.feature.embedded-object-info"
@@ -10383,7 +10399,7 @@ export interface Event {
10383
10399
  /**
10384
10400
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
10385
10401
  */
10386
- protocol?: "SIP" | "H323" | "Locus" | "WebRTC";
10402
+ protocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
10387
10403
  /**
10388
10404
  * The underlying service provider of the call.
10389
10405
  */
@@ -11015,6 +11031,10 @@ export interface Event {
11015
11031
  additionalProperties?: false;
11016
11032
  };
11017
11033
  sessionJoinCount?: number;
11034
+ /**
11035
+ * indicates transport type used
11036
+ */
11037
+ transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
11018
11038
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "edge-mediaquality";
11019
11039
  name: "edge.mediaquality.event";
11020
11040
  /**
@@ -11865,7 +11885,7 @@ export interface ClientEvent {
11865
11885
  /**
11866
11886
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
11867
11887
  */
11868
- protocol?: "SIP" | "H323" | "Locus" | "WebRTC";
11888
+ protocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
11869
11889
  /**
11870
11890
  * The underlying service provider of the call.
11871
11891
  */
@@ -12461,6 +12481,10 @@ export interface ClientEvent {
12461
12481
  additionalProperties?: false;
12462
12482
  };
12463
12483
  sessionJoinCount?: number;
12484
+ /**
12485
+ * indicates transport type used
12486
+ */
12487
+ transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
12464
12488
  name:
12465
12489
  | "client.abort.join"
12466
12490
  | "client.alert.displayed"
@@ -15076,7 +15100,7 @@ export interface FeatureEvent {
15076
15100
  /**
15077
15101
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
15078
15102
  */
15079
- protocol?: "SIP" | "H323" | "Locus" | "WebRTC";
15103
+ protocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
15080
15104
  /**
15081
15105
  * The underlying service provider of the call.
15082
15106
  */
@@ -15701,6 +15725,10 @@ export interface FeatureEvent {
15701
15725
  additionalProperties?: false;
15702
15726
  };
15703
15727
  sessionJoinCount?: number;
15728
+ /**
15729
+ * indicates transport type used
15730
+ */
15731
+ transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
15704
15732
  name:
15705
15733
  | "client.feature.audio.noise.removal"
15706
15734
  | "client.feature.embedded-object-info"
@@ -16729,7 +16757,7 @@ export interface MediaQualityEvent {
16729
16757
  /**
16730
16758
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
16731
16759
  */
16732
- protocol?: "SIP" | "H323" | "Locus" | "WebRTC";
16760
+ protocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
16733
16761
  /**
16734
16762
  * The underlying service provider of the call.
16735
16763
  */
@@ -17354,6 +17382,10 @@ export interface MediaQualityEvent {
17354
17382
  additionalProperties?: false;
17355
17383
  };
17356
17384
  sessionJoinCount?: number;
17385
+ /**
17386
+ * indicates transport type used
17387
+ */
17388
+ transportType?: "UDP" | "TCP" | "xTLS" | "TLS";
17357
17389
  trigger?: "dummyTrigger1" | "dummyTrigger2" | "media-quality";
17358
17390
  name: "server.mediaquality.event" | "client.mediaquality.event";
17359
17391
  /**
@@ -17374,7 +17406,7 @@ export interface MediaQualityEvent {
17374
17406
  /**
17375
17407
  * protocols used to help determine how the events are processed as well as how the reports are aggregated and sliced
17376
17408
  */
17377
- clientSignallingProtocol?: "SIP" | "H323" | "Locus" | "WebRTC";
17409
+ clientSignallingProtocol?: "SIP" | "H323" | "H323_IP" | "Locus" | "WebRTC";
17378
17410
  additionalProperties?: false;
17379
17411
  };
17380
17412
  /**
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1544"
31
+ "version": "1.0.1545"
32
32
  }