@webex/event-dictionary-ts 1.0.1571 → 1.0.1572
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.
|
@@ -901,7 +901,9 @@
|
|
|
901
901
|
"SIP_INBOUND",
|
|
902
902
|
"UNKNOWN",
|
|
903
903
|
"ZTM",
|
|
904
|
-
"SIP_MEETING"
|
|
904
|
+
"SIP_MEETING",
|
|
905
|
+
"SIP_DIALOUT",
|
|
906
|
+
"SIP_ONLY_DIALOUT"
|
|
905
907
|
]
|
|
906
908
|
},
|
|
907
909
|
"eventData": {
|
|
@@ -8255,7 +8257,9 @@
|
|
|
8255
8257
|
"SIP_INBOUND",
|
|
8256
8258
|
"UNKNOWN",
|
|
8257
8259
|
"ZTM",
|
|
8258
|
-
"SIP_MEETING"
|
|
8260
|
+
"SIP_MEETING",
|
|
8261
|
+
"SIP_DIALOUT",
|
|
8262
|
+
"SIP_ONLY_DIALOUT"
|
|
8259
8263
|
]
|
|
8260
8264
|
},
|
|
8261
8265
|
"eventData": {
|
|
@@ -12619,7 +12623,9 @@
|
|
|
12619
12623
|
"SIP_INBOUND",
|
|
12620
12624
|
"UNKNOWN",
|
|
12621
12625
|
"ZTM",
|
|
12622
|
-
"SIP_MEETING"
|
|
12626
|
+
"SIP_MEETING",
|
|
12627
|
+
"SIP_DIALOUT",
|
|
12628
|
+
"SIP_ONLY_DIALOUT"
|
|
12623
12629
|
]
|
|
12624
12630
|
},
|
|
12625
12631
|
"eventData": {
|
|
@@ -21819,7 +21825,9 @@
|
|
|
21819
21825
|
"SIP_INBOUND",
|
|
21820
21826
|
"UNKNOWN",
|
|
21821
21827
|
"ZTM",
|
|
21822
|
-
"SIP_MEETING"
|
|
21828
|
+
"SIP_MEETING",
|
|
21829
|
+
"SIP_DIALOUT",
|
|
21830
|
+
"SIP_ONLY_DIALOUT"
|
|
21823
21831
|
]
|
|
21824
21832
|
},
|
|
21825
21833
|
"eventData": {
|
|
@@ -25832,7 +25840,9 @@
|
|
|
25832
25840
|
"SIP_INBOUND",
|
|
25833
25841
|
"UNKNOWN",
|
|
25834
25842
|
"ZTM",
|
|
25835
|
-
"SIP_MEETING"
|
|
25843
|
+
"SIP_MEETING",
|
|
25844
|
+
"SIP_DIALOUT",
|
|
25845
|
+
"SIP_ONLY_DIALOUT"
|
|
25836
25846
|
]
|
|
25837
25847
|
},
|
|
25838
25848
|
"eventData": {
|
|
@@ -422,7 +422,9 @@ export interface Event {
|
|
|
422
422
|
| "SIP_INBOUND"
|
|
423
423
|
| "UNKNOWN"
|
|
424
424
|
| "ZTM"
|
|
425
|
-
| "SIP_MEETING"
|
|
425
|
+
| "SIP_MEETING"
|
|
426
|
+
| "SIP_DIALOUT"
|
|
427
|
+
| "SIP_ONLY_DIALOUT";
|
|
426
428
|
eventData?: {};
|
|
427
429
|
derivedSipClientType?:
|
|
428
430
|
| "SIP_CE_SINGLE_SCREEN"
|
|
@@ -3798,7 +3800,9 @@ export interface Event {
|
|
|
3798
3800
|
| "SIP_INBOUND"
|
|
3799
3801
|
| "UNKNOWN"
|
|
3800
3802
|
| "ZTM"
|
|
3801
|
-
| "SIP_MEETING"
|
|
3803
|
+
| "SIP_MEETING"
|
|
3804
|
+
| "SIP_DIALOUT"
|
|
3805
|
+
| "SIP_ONLY_DIALOUT";
|
|
3802
3806
|
eventData?: {};
|
|
3803
3807
|
derivedSipClientType?:
|
|
3804
3808
|
| "SIP_CE_SINGLE_SCREEN"
|
|
@@ -5602,7 +5606,9 @@ export interface Event {
|
|
|
5602
5606
|
| "SIP_INBOUND"
|
|
5603
5607
|
| "UNKNOWN"
|
|
5604
5608
|
| "ZTM"
|
|
5605
|
-
| "SIP_MEETING"
|
|
5609
|
+
| "SIP_MEETING"
|
|
5610
|
+
| "SIP_DIALOUT"
|
|
5611
|
+
| "SIP_ONLY_DIALOUT";
|
|
5606
5612
|
eventData?: {};
|
|
5607
5613
|
derivedSipClientType?:
|
|
5608
5614
|
| "SIP_CE_SINGLE_SCREEN"
|
|
@@ -9102,7 +9108,9 @@ export interface Event {
|
|
|
9102
9108
|
| "SIP_INBOUND"
|
|
9103
9109
|
| "UNKNOWN"
|
|
9104
9110
|
| "ZTM"
|
|
9105
|
-
| "SIP_MEETING"
|
|
9111
|
+
| "SIP_MEETING"
|
|
9112
|
+
| "SIP_DIALOUT"
|
|
9113
|
+
| "SIP_ONLY_DIALOUT";
|
|
9106
9114
|
eventData?: {};
|
|
9107
9115
|
derivedSipClientType?:
|
|
9108
9116
|
| "SIP_CE_SINGLE_SCREEN"
|
|
@@ -10783,7 +10791,9 @@ export interface Event {
|
|
|
10783
10791
|
| "SIP_INBOUND"
|
|
10784
10792
|
| "UNKNOWN"
|
|
10785
10793
|
| "ZTM"
|
|
10786
|
-
| "SIP_MEETING"
|
|
10794
|
+
| "SIP_MEETING"
|
|
10795
|
+
| "SIP_DIALOUT"
|
|
10796
|
+
| "SIP_ONLY_DIALOUT";
|
|
10787
10797
|
eventData?: {};
|
|
10788
10798
|
derivedSipClientType?:
|
|
10789
10799
|
| "SIP_CE_SINGLE_SCREEN"
|
|
@@ -12410,7 +12420,9 @@ export interface ClientEvent {
|
|
|
12410
12420
|
| "SIP_INBOUND"
|
|
12411
12421
|
| "UNKNOWN"
|
|
12412
12422
|
| "ZTM"
|
|
12413
|
-
| "SIP_MEETING"
|
|
12423
|
+
| "SIP_MEETING"
|
|
12424
|
+
| "SIP_DIALOUT"
|
|
12425
|
+
| "SIP_ONLY_DIALOUT";
|
|
12414
12426
|
eventData?: {};
|
|
12415
12427
|
derivedSipClientType?:
|
|
12416
12428
|
| "SIP_CE_SINGLE_SCREEN"
|
|
@@ -15699,7 +15711,9 @@ export interface FeatureEvent {
|
|
|
15699
15711
|
| "SIP_INBOUND"
|
|
15700
15712
|
| "UNKNOWN"
|
|
15701
15713
|
| "ZTM"
|
|
15702
|
-
| "SIP_MEETING"
|
|
15714
|
+
| "SIP_MEETING"
|
|
15715
|
+
| "SIP_DIALOUT"
|
|
15716
|
+
| "SIP_ONLY_DIALOUT";
|
|
15703
15717
|
eventData?: {};
|
|
15704
15718
|
derivedSipClientType?:
|
|
15705
15719
|
| "SIP_CE_SINGLE_SCREEN"
|
|
@@ -17384,7 +17398,9 @@ export interface MediaQualityEvent {
|
|
|
17384
17398
|
| "SIP_INBOUND"
|
|
17385
17399
|
| "UNKNOWN"
|
|
17386
17400
|
| "ZTM"
|
|
17387
|
-
| "SIP_MEETING"
|
|
17401
|
+
| "SIP_MEETING"
|
|
17402
|
+
| "SIP_DIALOUT"
|
|
17403
|
+
| "SIP_ONLY_DIALOUT";
|
|
17388
17404
|
eventData?: {};
|
|
17389
17405
|
derivedSipClientType?:
|
|
17390
17406
|
| "SIP_CE_SINGLE_SCREEN"
|
package/package.json
CHANGED