@webex/event-dictionary-ts 1.0.1713 → 1.0.1716
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.
|
@@ -7083,7 +7083,10 @@
|
|
|
7083
7083
|
"BestOverview",
|
|
7084
7084
|
"Closeup",
|
|
7085
7085
|
"Frames",
|
|
7086
|
-
"GroupAndSpeaker"
|
|
7086
|
+
"GroupAndSpeaker",
|
|
7087
|
+
"Desktop",
|
|
7088
|
+
"Combined",
|
|
7089
|
+
"Manual"
|
|
7087
7090
|
]
|
|
7088
7091
|
},
|
|
7089
7092
|
"evaluatedBandwidth": {
|
|
@@ -15942,7 +15945,10 @@
|
|
|
15942
15945
|
"BestOverview",
|
|
15943
15946
|
"Closeup",
|
|
15944
15947
|
"Frames",
|
|
15945
|
-
"GroupAndSpeaker"
|
|
15948
|
+
"GroupAndSpeaker",
|
|
15949
|
+
"Desktop",
|
|
15950
|
+
"Combined",
|
|
15951
|
+
"Manual"
|
|
15946
15952
|
]
|
|
15947
15953
|
},
|
|
15948
15954
|
"evaluatedBandwidth": {
|
|
@@ -16100,6 +16106,17 @@
|
|
|
16100
16106
|
"type": "integer",
|
|
16101
16107
|
"minimum": 0,
|
|
16102
16108
|
"maximum": 2147483647
|
|
16109
|
+
},
|
|
16110
|
+
"hbhFlowStatus": {
|
|
16111
|
+
"enum": [
|
|
16112
|
+
"FLOW",
|
|
16113
|
+
"FLOW_PRE_ICE",
|
|
16114
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
16115
|
+
"NO_FLOW_ERROR",
|
|
16116
|
+
"NO_FLOW_EXPECTED"
|
|
16117
|
+
],
|
|
16118
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
16119
|
+
"type": "string"
|
|
16103
16120
|
}
|
|
16104
16121
|
}
|
|
16105
16122
|
},
|
|
@@ -17038,6 +17055,17 @@
|
|
|
17038
17055
|
"type": "integer",
|
|
17039
17056
|
"minimum": 0,
|
|
17040
17057
|
"maximum": 2147483647
|
|
17058
|
+
},
|
|
17059
|
+
"hbhFlowStatus": {
|
|
17060
|
+
"enum": [
|
|
17061
|
+
"FLOW",
|
|
17062
|
+
"FLOW_PRE_ICE",
|
|
17063
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
17064
|
+
"NO_FLOW_ERROR",
|
|
17065
|
+
"NO_FLOW_EXPECTED"
|
|
17066
|
+
],
|
|
17067
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
17068
|
+
"type": "string"
|
|
17041
17069
|
}
|
|
17042
17070
|
}
|
|
17043
17071
|
},
|
|
@@ -17988,6 +18016,17 @@
|
|
|
17988
18016
|
"type": "integer",
|
|
17989
18017
|
"minimum": 0,
|
|
17990
18018
|
"maximum": 2147483647
|
|
18019
|
+
},
|
|
18020
|
+
"hbhFlowStatus": {
|
|
18021
|
+
"enum": [
|
|
18022
|
+
"FLOW",
|
|
18023
|
+
"FLOW_PRE_ICE",
|
|
18024
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
18025
|
+
"NO_FLOW_ERROR",
|
|
18026
|
+
"NO_FLOW_EXPECTED"
|
|
18027
|
+
],
|
|
18028
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
18029
|
+
"type": "string"
|
|
17991
18030
|
}
|
|
17992
18031
|
}
|
|
17993
18032
|
},
|
|
@@ -19206,6 +19245,17 @@
|
|
|
19206
19245
|
"type": "integer",
|
|
19207
19246
|
"minimum": 0,
|
|
19208
19247
|
"maximum": 2147483647
|
|
19248
|
+
},
|
|
19249
|
+
"hbhFlowStatus": {
|
|
19250
|
+
"enum": [
|
|
19251
|
+
"FLOW",
|
|
19252
|
+
"FLOW_PRE_ICE",
|
|
19253
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
19254
|
+
"NO_FLOW_ERROR",
|
|
19255
|
+
"NO_FLOW_EXPECTED"
|
|
19256
|
+
],
|
|
19257
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
19258
|
+
"type": "string"
|
|
19209
19259
|
}
|
|
19210
19260
|
}
|
|
19211
19261
|
},
|
|
@@ -20402,6 +20452,17 @@
|
|
|
20402
20452
|
"type": "integer",
|
|
20403
20453
|
"minimum": 0,
|
|
20404
20454
|
"maximum": 2147483647
|
|
20455
|
+
},
|
|
20456
|
+
"hbhFlowStatus": {
|
|
20457
|
+
"enum": [
|
|
20458
|
+
"FLOW",
|
|
20459
|
+
"FLOW_PRE_ICE",
|
|
20460
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
20461
|
+
"NO_FLOW_ERROR",
|
|
20462
|
+
"NO_FLOW_EXPECTED"
|
|
20463
|
+
],
|
|
20464
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
20465
|
+
"type": "string"
|
|
20405
20466
|
}
|
|
20406
20467
|
}
|
|
20407
20468
|
},
|
|
@@ -20921,6 +20982,17 @@
|
|
|
20921
20982
|
"type": "integer",
|
|
20922
20983
|
"minimum": 0,
|
|
20923
20984
|
"maximum": 2147483647
|
|
20985
|
+
},
|
|
20986
|
+
"hbhFlowStatus": {
|
|
20987
|
+
"enum": [
|
|
20988
|
+
"FLOW",
|
|
20989
|
+
"FLOW_PRE_ICE",
|
|
20990
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
20991
|
+
"NO_FLOW_ERROR",
|
|
20992
|
+
"NO_FLOW_EXPECTED"
|
|
20993
|
+
],
|
|
20994
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
20995
|
+
"type": "string"
|
|
20924
20996
|
}
|
|
20925
20997
|
}
|
|
20926
20998
|
},
|
|
@@ -29213,7 +29285,10 @@
|
|
|
29213
29285
|
"BestOverview",
|
|
29214
29286
|
"Closeup",
|
|
29215
29287
|
"Frames",
|
|
29216
|
-
"GroupAndSpeaker"
|
|
29288
|
+
"GroupAndSpeaker",
|
|
29289
|
+
"Desktop",
|
|
29290
|
+
"Combined",
|
|
29291
|
+
"Manual"
|
|
29217
29292
|
]
|
|
29218
29293
|
},
|
|
29219
29294
|
"evaluatedBandwidth": {
|
|
@@ -29393,6 +29468,17 @@
|
|
|
29393
29468
|
"type": "integer",
|
|
29394
29469
|
"minimum": 0,
|
|
29395
29470
|
"maximum": 2147483647
|
|
29471
|
+
},
|
|
29472
|
+
"hbhFlowStatus": {
|
|
29473
|
+
"enum": [
|
|
29474
|
+
"FLOW",
|
|
29475
|
+
"FLOW_PRE_ICE",
|
|
29476
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
29477
|
+
"NO_FLOW_ERROR",
|
|
29478
|
+
"NO_FLOW_EXPECTED"
|
|
29479
|
+
],
|
|
29480
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
29481
|
+
"type": "string"
|
|
29396
29482
|
}
|
|
29397
29483
|
}
|
|
29398
29484
|
},
|
|
@@ -29762,6 +29848,17 @@
|
|
|
29762
29848
|
"type": "integer",
|
|
29763
29849
|
"minimum": 0,
|
|
29764
29850
|
"maximum": 2147483647
|
|
29851
|
+
},
|
|
29852
|
+
"hbhFlowStatus": {
|
|
29853
|
+
"enum": [
|
|
29854
|
+
"FLOW",
|
|
29855
|
+
"FLOW_PRE_ICE",
|
|
29856
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
29857
|
+
"NO_FLOW_ERROR",
|
|
29858
|
+
"NO_FLOW_EXPECTED"
|
|
29859
|
+
],
|
|
29860
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
29861
|
+
"type": "string"
|
|
29765
29862
|
}
|
|
29766
29863
|
}
|
|
29767
29864
|
},
|
|
@@ -30198,6 +30295,17 @@
|
|
|
30198
30295
|
"type": "integer",
|
|
30199
30296
|
"minimum": 0,
|
|
30200
30297
|
"maximum": 2147483647
|
|
30298
|
+
},
|
|
30299
|
+
"hbhFlowStatus": {
|
|
30300
|
+
"enum": [
|
|
30301
|
+
"FLOW",
|
|
30302
|
+
"FLOW_PRE_ICE",
|
|
30303
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
30304
|
+
"NO_FLOW_ERROR",
|
|
30305
|
+
"NO_FLOW_EXPECTED"
|
|
30306
|
+
],
|
|
30307
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
30308
|
+
"type": "string"
|
|
30201
30309
|
}
|
|
30202
30310
|
}
|
|
30203
30311
|
},
|
|
@@ -30567,6 +30675,17 @@
|
|
|
30567
30675
|
"type": "integer",
|
|
30568
30676
|
"minimum": 0,
|
|
30569
30677
|
"maximum": 2147483647
|
|
30678
|
+
},
|
|
30679
|
+
"hbhFlowStatus": {
|
|
30680
|
+
"enum": [
|
|
30681
|
+
"FLOW",
|
|
30682
|
+
"FLOW_PRE_ICE",
|
|
30683
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
30684
|
+
"NO_FLOW_ERROR",
|
|
30685
|
+
"NO_FLOW_EXPECTED"
|
|
30686
|
+
],
|
|
30687
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
30688
|
+
"type": "string"
|
|
30570
30689
|
}
|
|
30571
30690
|
}
|
|
30572
30691
|
},
|
|
@@ -3439,7 +3439,10 @@
|
|
|
3439
3439
|
"BestOverview",
|
|
3440
3440
|
"Closeup",
|
|
3441
3441
|
"Frames",
|
|
3442
|
-
"GroupAndSpeaker"
|
|
3442
|
+
"GroupAndSpeaker",
|
|
3443
|
+
"Desktop",
|
|
3444
|
+
"Combined",
|
|
3445
|
+
"Manual"
|
|
3443
3446
|
]
|
|
3444
3447
|
},
|
|
3445
3448
|
"evaluatedBandwidth": {
|
|
@@ -3597,6 +3600,17 @@
|
|
|
3597
3600
|
"type": "integer",
|
|
3598
3601
|
"minimum": 0,
|
|
3599
3602
|
"maximum": 2147483647
|
|
3603
|
+
},
|
|
3604
|
+
"hbhFlowStatus": {
|
|
3605
|
+
"enum": [
|
|
3606
|
+
"FLOW",
|
|
3607
|
+
"FLOW_PRE_ICE",
|
|
3608
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
3609
|
+
"NO_FLOW_ERROR",
|
|
3610
|
+
"NO_FLOW_EXPECTED"
|
|
3611
|
+
],
|
|
3612
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
3613
|
+
"type": "string"
|
|
3600
3614
|
}
|
|
3601
3615
|
}
|
|
3602
3616
|
},
|
|
@@ -4535,6 +4549,17 @@
|
|
|
4535
4549
|
"type": "integer",
|
|
4536
4550
|
"minimum": 0,
|
|
4537
4551
|
"maximum": 2147483647
|
|
4552
|
+
},
|
|
4553
|
+
"hbhFlowStatus": {
|
|
4554
|
+
"enum": [
|
|
4555
|
+
"FLOW",
|
|
4556
|
+
"FLOW_PRE_ICE",
|
|
4557
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
4558
|
+
"NO_FLOW_ERROR",
|
|
4559
|
+
"NO_FLOW_EXPECTED"
|
|
4560
|
+
],
|
|
4561
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
4562
|
+
"type": "string"
|
|
4538
4563
|
}
|
|
4539
4564
|
}
|
|
4540
4565
|
},
|
|
@@ -5485,6 +5510,17 @@
|
|
|
5485
5510
|
"type": "integer",
|
|
5486
5511
|
"minimum": 0,
|
|
5487
5512
|
"maximum": 2147483647
|
|
5513
|
+
},
|
|
5514
|
+
"hbhFlowStatus": {
|
|
5515
|
+
"enum": [
|
|
5516
|
+
"FLOW",
|
|
5517
|
+
"FLOW_PRE_ICE",
|
|
5518
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
5519
|
+
"NO_FLOW_ERROR",
|
|
5520
|
+
"NO_FLOW_EXPECTED"
|
|
5521
|
+
],
|
|
5522
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
5523
|
+
"type": "string"
|
|
5488
5524
|
}
|
|
5489
5525
|
}
|
|
5490
5526
|
},
|
|
@@ -6703,6 +6739,17 @@
|
|
|
6703
6739
|
"type": "integer",
|
|
6704
6740
|
"minimum": 0,
|
|
6705
6741
|
"maximum": 2147483647
|
|
6742
|
+
},
|
|
6743
|
+
"hbhFlowStatus": {
|
|
6744
|
+
"enum": [
|
|
6745
|
+
"FLOW",
|
|
6746
|
+
"FLOW_PRE_ICE",
|
|
6747
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
6748
|
+
"NO_FLOW_ERROR",
|
|
6749
|
+
"NO_FLOW_EXPECTED"
|
|
6750
|
+
],
|
|
6751
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
6752
|
+
"type": "string"
|
|
6706
6753
|
}
|
|
6707
6754
|
}
|
|
6708
6755
|
},
|
|
@@ -7899,6 +7946,17 @@
|
|
|
7899
7946
|
"type": "integer",
|
|
7900
7947
|
"minimum": 0,
|
|
7901
7948
|
"maximum": 2147483647
|
|
7949
|
+
},
|
|
7950
|
+
"hbhFlowStatus": {
|
|
7951
|
+
"enum": [
|
|
7952
|
+
"FLOW",
|
|
7953
|
+
"FLOW_PRE_ICE",
|
|
7954
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
7955
|
+
"NO_FLOW_ERROR",
|
|
7956
|
+
"NO_FLOW_EXPECTED"
|
|
7957
|
+
],
|
|
7958
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
7959
|
+
"type": "string"
|
|
7902
7960
|
}
|
|
7903
7961
|
}
|
|
7904
7962
|
},
|
|
@@ -8418,6 +8476,17 @@
|
|
|
8418
8476
|
"type": "integer",
|
|
8419
8477
|
"minimum": 0,
|
|
8420
8478
|
"maximum": 2147483647
|
|
8479
|
+
},
|
|
8480
|
+
"hbhFlowStatus": {
|
|
8481
|
+
"enum": [
|
|
8482
|
+
"FLOW",
|
|
8483
|
+
"FLOW_PRE_ICE",
|
|
8484
|
+
"FLOW_MEDIA_TIMEOUT",
|
|
8485
|
+
"NO_FLOW_ERROR",
|
|
8486
|
+
"NO_FLOW_EXPECTED"
|
|
8487
|
+
],
|
|
8488
|
+
"description": "\"An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so\nExample for troubleshooting would be where the enterprise firewall is blocking\ninbound rtp. In that case status=FLOW, client rx packets = 0\"\n",
|
|
8489
|
+
"type": "string"
|
|
8421
8490
|
}
|
|
8422
8491
|
}
|
|
8423
8492
|
},
|
|
@@ -3272,7 +3272,15 @@ export interface Event {
|
|
|
3272
3272
|
/**
|
|
3273
3273
|
* currently selected camera mode
|
|
3274
3274
|
*/
|
|
3275
|
-
cameraMode?:
|
|
3275
|
+
cameraMode?:
|
|
3276
|
+
| "Unknown"
|
|
3277
|
+
| "BestOverview"
|
|
3278
|
+
| "Closeup"
|
|
3279
|
+
| "Frames"
|
|
3280
|
+
| "GroupAndSpeaker"
|
|
3281
|
+
| "Desktop"
|
|
3282
|
+
| "Combined"
|
|
3283
|
+
| "Manual";
|
|
3276
3284
|
/**
|
|
3277
3285
|
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
3278
3286
|
*/
|
|
@@ -6901,7 +6909,15 @@ export interface Event {
|
|
|
6901
6909
|
/**
|
|
6902
6910
|
* currently selected camera mode
|
|
6903
6911
|
*/
|
|
6904
|
-
cameraMode?:
|
|
6912
|
+
cameraMode?:
|
|
6913
|
+
| "Unknown"
|
|
6914
|
+
| "BestOverview"
|
|
6915
|
+
| "Closeup"
|
|
6916
|
+
| "Frames"
|
|
6917
|
+
| "GroupAndSpeaker"
|
|
6918
|
+
| "Desktop"
|
|
6919
|
+
| "Combined"
|
|
6920
|
+
| "Manual";
|
|
6905
6921
|
/**
|
|
6906
6922
|
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
6907
6923
|
*/
|
|
@@ -6961,6 +6977,13 @@ export interface Event {
|
|
|
6961
6977
|
localPort?: number;
|
|
6962
6978
|
peerReflexivePort?: number;
|
|
6963
6979
|
remotePort?: number;
|
|
6980
|
+
/**
|
|
6981
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
6982
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
6983
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
6984
|
+
*
|
|
6985
|
+
*/
|
|
6986
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
6964
6987
|
additionalProperties?: false;
|
|
6965
6988
|
};
|
|
6966
6989
|
fecPackets: number;
|
|
@@ -7397,6 +7420,13 @@ export interface Event {
|
|
|
7397
7420
|
localPort?: number;
|
|
7398
7421
|
peerReflexivePort?: number;
|
|
7399
7422
|
remotePort?: number;
|
|
7423
|
+
/**
|
|
7424
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
7425
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
7426
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
7427
|
+
*
|
|
7428
|
+
*/
|
|
7429
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
7400
7430
|
additionalProperties?: false;
|
|
7401
7431
|
};
|
|
7402
7432
|
fecPackets: number;
|
|
@@ -7676,6 +7706,13 @@ export interface Event {
|
|
|
7676
7706
|
localPort?: number;
|
|
7677
7707
|
peerReflexivePort?: number;
|
|
7678
7708
|
remotePort?: number;
|
|
7709
|
+
/**
|
|
7710
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
7711
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
7712
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
7713
|
+
*
|
|
7714
|
+
*/
|
|
7715
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
7679
7716
|
additionalProperties?: false;
|
|
7680
7717
|
};
|
|
7681
7718
|
fecPackets: number;
|
|
@@ -8258,6 +8295,13 @@ export interface Event {
|
|
|
8258
8295
|
localPort?: number;
|
|
8259
8296
|
peerReflexivePort?: number;
|
|
8260
8297
|
remotePort?: number;
|
|
8298
|
+
/**
|
|
8299
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
8300
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
8301
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
8302
|
+
*
|
|
8303
|
+
*/
|
|
8304
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
8261
8305
|
additionalProperties?: false;
|
|
8262
8306
|
};
|
|
8263
8307
|
fecPackets: number;
|
|
@@ -8751,6 +8795,13 @@ export interface Event {
|
|
|
8751
8795
|
localPort?: number;
|
|
8752
8796
|
peerReflexivePort?: number;
|
|
8753
8797
|
remotePort?: number;
|
|
8798
|
+
/**
|
|
8799
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
8800
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
8801
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
8802
|
+
*
|
|
8803
|
+
*/
|
|
8804
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
8754
8805
|
additionalProperties?: false;
|
|
8755
8806
|
};
|
|
8756
8807
|
fecPackets: number;
|
|
@@ -8893,6 +8944,13 @@ export interface Event {
|
|
|
8893
8944
|
localPort?: number;
|
|
8894
8945
|
peerReflexivePort?: number;
|
|
8895
8946
|
remotePort?: number;
|
|
8947
|
+
/**
|
|
8948
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
8949
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
8950
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
8951
|
+
*
|
|
8952
|
+
*/
|
|
8953
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
8896
8954
|
additionalProperties?: false;
|
|
8897
8955
|
};
|
|
8898
8956
|
fecPackets: number;
|
|
@@ -12213,7 +12271,15 @@ export interface Event {
|
|
|
12213
12271
|
/**
|
|
12214
12272
|
* currently selected camera mode
|
|
12215
12273
|
*/
|
|
12216
|
-
cameraMode?:
|
|
12274
|
+
cameraMode?:
|
|
12275
|
+
| "Unknown"
|
|
12276
|
+
| "BestOverview"
|
|
12277
|
+
| "Closeup"
|
|
12278
|
+
| "Frames"
|
|
12279
|
+
| "GroupAndSpeaker"
|
|
12280
|
+
| "Desktop"
|
|
12281
|
+
| "Combined"
|
|
12282
|
+
| "Manual";
|
|
12217
12283
|
/**
|
|
12218
12284
|
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
12219
12285
|
*/
|
|
@@ -12279,6 +12345,13 @@ export interface Event {
|
|
|
12279
12345
|
localPort?: number;
|
|
12280
12346
|
peerReflexivePort?: number;
|
|
12281
12347
|
remotePort?: number;
|
|
12348
|
+
/**
|
|
12349
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
12350
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
12351
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
12352
|
+
*
|
|
12353
|
+
*/
|
|
12354
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
12282
12355
|
additionalProperties?: false;
|
|
12283
12356
|
};
|
|
12284
12357
|
fecPackets: number;
|
|
@@ -12377,6 +12450,13 @@ export interface Event {
|
|
|
12377
12450
|
localPort?: number;
|
|
12378
12451
|
peerReflexivePort?: number;
|
|
12379
12452
|
remotePort?: number;
|
|
12453
|
+
/**
|
|
12454
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
12455
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
12456
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
12457
|
+
*
|
|
12458
|
+
*/
|
|
12459
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
12380
12460
|
additionalProperties?: false;
|
|
12381
12461
|
};
|
|
12382
12462
|
fecPackets: number;
|
|
@@ -12505,6 +12585,13 @@ export interface Event {
|
|
|
12505
12585
|
localPort?: number;
|
|
12506
12586
|
peerReflexivePort?: number;
|
|
12507
12587
|
remotePort?: number;
|
|
12588
|
+
/**
|
|
12589
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
12590
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
12591
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
12592
|
+
*
|
|
12593
|
+
*/
|
|
12594
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
12508
12595
|
additionalProperties?: false;
|
|
12509
12596
|
};
|
|
12510
12597
|
fecPackets: number;
|
|
@@ -12603,6 +12690,13 @@ export interface Event {
|
|
|
12603
12690
|
localPort?: number;
|
|
12604
12691
|
peerReflexivePort?: number;
|
|
12605
12692
|
remotePort?: number;
|
|
12693
|
+
/**
|
|
12694
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
12695
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
12696
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
12697
|
+
*
|
|
12698
|
+
*/
|
|
12699
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
12606
12700
|
additionalProperties?: false;
|
|
12607
12701
|
};
|
|
12608
12702
|
fecPackets: number;
|
|
@@ -16709,7 +16803,15 @@ export interface ClientEvent {
|
|
|
16709
16803
|
/**
|
|
16710
16804
|
* currently selected camera mode
|
|
16711
16805
|
*/
|
|
16712
|
-
cameraMode?:
|
|
16806
|
+
cameraMode?:
|
|
16807
|
+
| "Unknown"
|
|
16808
|
+
| "BestOverview"
|
|
16809
|
+
| "Closeup"
|
|
16810
|
+
| "Frames"
|
|
16811
|
+
| "GroupAndSpeaker"
|
|
16812
|
+
| "Desktop"
|
|
16813
|
+
| "Combined"
|
|
16814
|
+
| "Manual";
|
|
16713
16815
|
/**
|
|
16714
16816
|
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
16715
16817
|
*/
|
|
@@ -20076,7 +20178,15 @@ export interface MediaQualityEvent {
|
|
|
20076
20178
|
/**
|
|
20077
20179
|
* currently selected camera mode
|
|
20078
20180
|
*/
|
|
20079
|
-
cameraMode?:
|
|
20181
|
+
cameraMode?:
|
|
20182
|
+
| "Unknown"
|
|
20183
|
+
| "BestOverview"
|
|
20184
|
+
| "Closeup"
|
|
20185
|
+
| "Frames"
|
|
20186
|
+
| "GroupAndSpeaker"
|
|
20187
|
+
| "Desktop"
|
|
20188
|
+
| "Combined"
|
|
20189
|
+
| "Manual";
|
|
20080
20190
|
/**
|
|
20081
20191
|
* This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
|
|
20082
20192
|
*/
|
|
@@ -20136,6 +20246,13 @@ export interface MediaQualityEvent {
|
|
|
20136
20246
|
localPort?: number;
|
|
20137
20247
|
peerReflexivePort?: number;
|
|
20138
20248
|
remotePort?: number;
|
|
20249
|
+
/**
|
|
20250
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
20251
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
20252
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
20253
|
+
*
|
|
20254
|
+
*/
|
|
20255
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
20139
20256
|
additionalProperties?: false;
|
|
20140
20257
|
};
|
|
20141
20258
|
fecPackets: number;
|
|
@@ -20569,6 +20686,13 @@ export interface MediaQualityEvent {
|
|
|
20569
20686
|
localPort?: number;
|
|
20570
20687
|
peerReflexivePort?: number;
|
|
20571
20688
|
remotePort?: number;
|
|
20689
|
+
/**
|
|
20690
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
20691
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
20692
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
20693
|
+
*
|
|
20694
|
+
*/
|
|
20695
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
20572
20696
|
additionalProperties?: false;
|
|
20573
20697
|
};
|
|
20574
20698
|
fecPackets: number;
|
|
@@ -20848,6 +20972,13 @@ export interface MediaQualityEvent {
|
|
|
20848
20972
|
localPort?: number;
|
|
20849
20973
|
peerReflexivePort?: number;
|
|
20850
20974
|
remotePort?: number;
|
|
20975
|
+
/**
|
|
20976
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
20977
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
20978
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
20979
|
+
*
|
|
20980
|
+
*/
|
|
20981
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
20851
20982
|
additionalProperties?: false;
|
|
20852
20983
|
};
|
|
20853
20984
|
fecPackets: number;
|
|
@@ -21430,6 +21561,13 @@ export interface MediaQualityEvent {
|
|
|
21430
21561
|
localPort?: number;
|
|
21431
21562
|
peerReflexivePort?: number;
|
|
21432
21563
|
remotePort?: number;
|
|
21564
|
+
/**
|
|
21565
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
21566
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
21567
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
21568
|
+
*
|
|
21569
|
+
*/
|
|
21570
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
21433
21571
|
additionalProperties?: false;
|
|
21434
21572
|
};
|
|
21435
21573
|
fecPackets: number;
|
|
@@ -21918,6 +22056,13 @@ export interface MediaQualityEvent {
|
|
|
21918
22056
|
localPort?: number;
|
|
21919
22057
|
peerReflexivePort?: number;
|
|
21920
22058
|
remotePort?: number;
|
|
22059
|
+
/**
|
|
22060
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
22061
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
22062
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
22063
|
+
*
|
|
22064
|
+
*/
|
|
22065
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
21921
22066
|
additionalProperties?: false;
|
|
21922
22067
|
};
|
|
21923
22068
|
fecPackets: number;
|
|
@@ -22060,6 +22205,13 @@ export interface MediaQualityEvent {
|
|
|
22060
22205
|
localPort?: number;
|
|
22061
22206
|
peerReflexivePort?: number;
|
|
22062
22207
|
remotePort?: number;
|
|
22208
|
+
/**
|
|
22209
|
+
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
22210
|
+
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
22211
|
+
* inbound rtp. In that case status=FLOW, client rx packets = 0"
|
|
22212
|
+
*
|
|
22213
|
+
*/
|
|
22214
|
+
hbhFlowStatus?: "FLOW" | "FLOW_PRE_ICE" | "FLOW_MEDIA_TIMEOUT" | "NO_FLOW_ERROR" | "NO_FLOW_EXPECTED";
|
|
22063
22215
|
additionalProperties?: false;
|
|
22064
22216
|
};
|
|
22065
22217
|
fecPackets: number;
|
package/package.json
CHANGED