@webex/event-dictionary-ts 1.0.1970 → 1.0.1972
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.
|
@@ -17074,6 +17074,16 @@
|
|
|
17074
17074
|
"minimum": 0.0,
|
|
17075
17075
|
"maximum": 9223372036854776000.0
|
|
17076
17076
|
},
|
|
17077
|
+
"yellowMQITimes": {
|
|
17078
|
+
"type": "integer",
|
|
17079
|
+
"minimum": 0,
|
|
17080
|
+
"maximum": 2147483647
|
|
17081
|
+
},
|
|
17082
|
+
"redMQITimes": {
|
|
17083
|
+
"type": "integer",
|
|
17084
|
+
"minimum": 0,
|
|
17085
|
+
"maximum": 2147483647
|
|
17086
|
+
},
|
|
17077
17087
|
"hbhFlowStatus": {
|
|
17078
17088
|
"enum": [
|
|
17079
17089
|
"FLOW",
|
|
@@ -18186,6 +18196,16 @@
|
|
|
18186
18196
|
"minimum": 0.0,
|
|
18187
18197
|
"maximum": 9223372036854776000.0
|
|
18188
18198
|
},
|
|
18199
|
+
"yellowMQITimes": {
|
|
18200
|
+
"type": "integer",
|
|
18201
|
+
"minimum": 0,
|
|
18202
|
+
"maximum": 2147483647
|
|
18203
|
+
},
|
|
18204
|
+
"redMQITimes": {
|
|
18205
|
+
"type": "integer",
|
|
18206
|
+
"minimum": 0,
|
|
18207
|
+
"maximum": 2147483647
|
|
18208
|
+
},
|
|
18189
18209
|
"hbhFlowStatus": {
|
|
18190
18210
|
"enum": [
|
|
18191
18211
|
"FLOW",
|
|
@@ -19439,6 +19459,16 @@
|
|
|
19439
19459
|
"minimum": 0.0,
|
|
19440
19460
|
"maximum": 9223372036854776000.0
|
|
19441
19461
|
},
|
|
19462
|
+
"yellowMQITimes": {
|
|
19463
|
+
"type": "integer",
|
|
19464
|
+
"minimum": 0,
|
|
19465
|
+
"maximum": 2147483647
|
|
19466
|
+
},
|
|
19467
|
+
"redMQITimes": {
|
|
19468
|
+
"type": "integer",
|
|
19469
|
+
"minimum": 0,
|
|
19470
|
+
"maximum": 2147483647
|
|
19471
|
+
},
|
|
19442
19472
|
"hbhFlowStatus": {
|
|
19443
19473
|
"enum": [
|
|
19444
19474
|
"FLOW",
|
|
@@ -20752,6 +20782,54 @@
|
|
|
20752
20782
|
"description": "Compared with audio, the unsync video frames get played out / total frames",
|
|
20753
20783
|
"type": "number",
|
|
20754
20784
|
"minimum": 0.0
|
|
20785
|
+
},
|
|
20786
|
+
"maxAudioAdjustmentMissing": {
|
|
20787
|
+
"description": "The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video",
|
|
20788
|
+
"type": "number",
|
|
20789
|
+
"minimum": 0.0,
|
|
20790
|
+
"maximum": 9223372036854776000.0
|
|
20791
|
+
},
|
|
20792
|
+
"maxVideoAdjustmentMissing": {
|
|
20793
|
+
"description": "The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio",
|
|
20794
|
+
"type": "number",
|
|
20795
|
+
"minimum": 0.0,
|
|
20796
|
+
"maximum": 9223372036854776000.0
|
|
20797
|
+
},
|
|
20798
|
+
"totalMatched": {
|
|
20799
|
+
"description": "The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.",
|
|
20800
|
+
"type": "number",
|
|
20801
|
+
"minimum": 0.0,
|
|
20802
|
+
"maximum": 9223372036854776000.0
|
|
20803
|
+
},
|
|
20804
|
+
"totalCanSync": {
|
|
20805
|
+
"description": "The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
|
|
20806
|
+
"type": "number",
|
|
20807
|
+
"minimum": 0.0,
|
|
20808
|
+
"maximum": 9223372036854776000.0
|
|
20809
|
+
},
|
|
20810
|
+
"totalAudioStretched": {
|
|
20811
|
+
"description": "The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)",
|
|
20812
|
+
"type": "number",
|
|
20813
|
+
"minimum": 0.0,
|
|
20814
|
+
"maximum": 9223372036854776000.0
|
|
20815
|
+
},
|
|
20816
|
+
"totalAudioShrunk": {
|
|
20817
|
+
"description": "The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)",
|
|
20818
|
+
"type": "number",
|
|
20819
|
+
"minimum": 0.0,
|
|
20820
|
+
"maximum": 9223372036854776000.0
|
|
20821
|
+
},
|
|
20822
|
+
"totalVideoStretched": {
|
|
20823
|
+
"description": "The number of milliseconds of video that was added as an AV sync adjustment in the last 60s",
|
|
20824
|
+
"type": "number",
|
|
20825
|
+
"minimum": 0.0,
|
|
20826
|
+
"maximum": 9223372036854776000.0
|
|
20827
|
+
},
|
|
20828
|
+
"totalVideoShrunk": {
|
|
20829
|
+
"description": "The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s",
|
|
20830
|
+
"type": "number",
|
|
20831
|
+
"minimum": 0.0,
|
|
20832
|
+
"maximum": 9223372036854776000.0
|
|
20755
20833
|
}
|
|
20756
20834
|
}
|
|
20757
20835
|
}
|
|
@@ -20903,6 +20981,16 @@
|
|
|
20903
20981
|
"minimum": 0.0,
|
|
20904
20982
|
"maximum": 9223372036854776000.0
|
|
20905
20983
|
},
|
|
20984
|
+
"yellowMQITimes": {
|
|
20985
|
+
"type": "integer",
|
|
20986
|
+
"minimum": 0,
|
|
20987
|
+
"maximum": 2147483647
|
|
20988
|
+
},
|
|
20989
|
+
"redMQITimes": {
|
|
20990
|
+
"type": "integer",
|
|
20991
|
+
"minimum": 0,
|
|
20992
|
+
"maximum": 2147483647
|
|
20993
|
+
},
|
|
20906
20994
|
"hbhFlowStatus": {
|
|
20907
20995
|
"enum": [
|
|
20908
20996
|
"FLOW",
|
|
@@ -22397,6 +22485,16 @@
|
|
|
22397
22485
|
"minimum": 0.0,
|
|
22398
22486
|
"maximum": 9223372036854776000.0
|
|
22399
22487
|
},
|
|
22488
|
+
"yellowMQITimes": {
|
|
22489
|
+
"type": "integer",
|
|
22490
|
+
"minimum": 0,
|
|
22491
|
+
"maximum": 2147483647
|
|
22492
|
+
},
|
|
22493
|
+
"redMQITimes": {
|
|
22494
|
+
"type": "integer",
|
|
22495
|
+
"minimum": 0,
|
|
22496
|
+
"maximum": 2147483647
|
|
22497
|
+
},
|
|
22400
22498
|
"hbhFlowStatus": {
|
|
22401
22499
|
"enum": [
|
|
22402
22500
|
"FLOW",
|
|
@@ -23007,6 +23105,16 @@
|
|
|
23007
23105
|
"minimum": 0.0,
|
|
23008
23106
|
"maximum": 9223372036854776000.0
|
|
23009
23107
|
},
|
|
23108
|
+
"yellowMQITimes": {
|
|
23109
|
+
"type": "integer",
|
|
23110
|
+
"minimum": 0,
|
|
23111
|
+
"maximum": 2147483647
|
|
23112
|
+
},
|
|
23113
|
+
"redMQITimes": {
|
|
23114
|
+
"type": "integer",
|
|
23115
|
+
"minimum": 0,
|
|
23116
|
+
"maximum": 2147483647
|
|
23117
|
+
},
|
|
23010
23118
|
"hbhFlowStatus": {
|
|
23011
23119
|
"enum": [
|
|
23012
23120
|
"FLOW",
|
|
@@ -32285,6 +32393,16 @@
|
|
|
32285
32393
|
"minimum": 0.0,
|
|
32286
32394
|
"maximum": 9223372036854776000.0
|
|
32287
32395
|
},
|
|
32396
|
+
"yellowMQITimes": {
|
|
32397
|
+
"type": "integer",
|
|
32398
|
+
"minimum": 0,
|
|
32399
|
+
"maximum": 2147483647
|
|
32400
|
+
},
|
|
32401
|
+
"redMQITimes": {
|
|
32402
|
+
"type": "integer",
|
|
32403
|
+
"minimum": 0,
|
|
32404
|
+
"maximum": 2147483647
|
|
32405
|
+
},
|
|
32288
32406
|
"hbhFlowStatus": {
|
|
32289
32407
|
"enum": [
|
|
32290
32408
|
"FLOW",
|
|
@@ -32745,6 +32863,16 @@
|
|
|
32745
32863
|
"minimum": 0.0,
|
|
32746
32864
|
"maximum": 9223372036854776000.0
|
|
32747
32865
|
},
|
|
32866
|
+
"yellowMQITimes": {
|
|
32867
|
+
"type": "integer",
|
|
32868
|
+
"minimum": 0,
|
|
32869
|
+
"maximum": 2147483647
|
|
32870
|
+
},
|
|
32871
|
+
"redMQITimes": {
|
|
32872
|
+
"type": "integer",
|
|
32873
|
+
"minimum": 0,
|
|
32874
|
+
"maximum": 2147483647
|
|
32875
|
+
},
|
|
32748
32876
|
"hbhFlowStatus": {
|
|
32749
32877
|
"enum": [
|
|
32750
32878
|
"FLOW",
|
|
@@ -33285,6 +33413,16 @@
|
|
|
33285
33413
|
"minimum": 0.0,
|
|
33286
33414
|
"maximum": 9223372036854776000.0
|
|
33287
33415
|
},
|
|
33416
|
+
"yellowMQITimes": {
|
|
33417
|
+
"type": "integer",
|
|
33418
|
+
"minimum": 0,
|
|
33419
|
+
"maximum": 2147483647
|
|
33420
|
+
},
|
|
33421
|
+
"redMQITimes": {
|
|
33422
|
+
"type": "integer",
|
|
33423
|
+
"minimum": 0,
|
|
33424
|
+
"maximum": 2147483647
|
|
33425
|
+
},
|
|
33288
33426
|
"hbhFlowStatus": {
|
|
33289
33427
|
"enum": [
|
|
33290
33428
|
"FLOW",
|
|
@@ -33745,6 +33883,16 @@
|
|
|
33745
33883
|
"minimum": 0.0,
|
|
33746
33884
|
"maximum": 9223372036854776000.0
|
|
33747
33885
|
},
|
|
33886
|
+
"yellowMQITimes": {
|
|
33887
|
+
"type": "integer",
|
|
33888
|
+
"minimum": 0,
|
|
33889
|
+
"maximum": 2147483647
|
|
33890
|
+
},
|
|
33891
|
+
"redMQITimes": {
|
|
33892
|
+
"type": "integer",
|
|
33893
|
+
"minimum": 0,
|
|
33894
|
+
"maximum": 2147483647
|
|
33895
|
+
},
|
|
33748
33896
|
"hbhFlowStatus": {
|
|
33749
33897
|
"enum": [
|
|
33750
33898
|
"FLOW",
|
|
@@ -3904,6 +3904,16 @@
|
|
|
3904
3904
|
"minimum": 0.0,
|
|
3905
3905
|
"maximum": 9223372036854776000.0
|
|
3906
3906
|
},
|
|
3907
|
+
"yellowMQITimes": {
|
|
3908
|
+
"type": "integer",
|
|
3909
|
+
"minimum": 0,
|
|
3910
|
+
"maximum": 2147483647
|
|
3911
|
+
},
|
|
3912
|
+
"redMQITimes": {
|
|
3913
|
+
"type": "integer",
|
|
3914
|
+
"minimum": 0,
|
|
3915
|
+
"maximum": 2147483647
|
|
3916
|
+
},
|
|
3907
3917
|
"hbhFlowStatus": {
|
|
3908
3918
|
"enum": [
|
|
3909
3919
|
"FLOW",
|
|
@@ -5016,6 +5026,16 @@
|
|
|
5016
5026
|
"minimum": 0.0,
|
|
5017
5027
|
"maximum": 9223372036854776000.0
|
|
5018
5028
|
},
|
|
5029
|
+
"yellowMQITimes": {
|
|
5030
|
+
"type": "integer",
|
|
5031
|
+
"minimum": 0,
|
|
5032
|
+
"maximum": 2147483647
|
|
5033
|
+
},
|
|
5034
|
+
"redMQITimes": {
|
|
5035
|
+
"type": "integer",
|
|
5036
|
+
"minimum": 0,
|
|
5037
|
+
"maximum": 2147483647
|
|
5038
|
+
},
|
|
5019
5039
|
"hbhFlowStatus": {
|
|
5020
5040
|
"enum": [
|
|
5021
5041
|
"FLOW",
|
|
@@ -6269,6 +6289,16 @@
|
|
|
6269
6289
|
"minimum": 0.0,
|
|
6270
6290
|
"maximum": 9223372036854776000.0
|
|
6271
6291
|
},
|
|
6292
|
+
"yellowMQITimes": {
|
|
6293
|
+
"type": "integer",
|
|
6294
|
+
"minimum": 0,
|
|
6295
|
+
"maximum": 2147483647
|
|
6296
|
+
},
|
|
6297
|
+
"redMQITimes": {
|
|
6298
|
+
"type": "integer",
|
|
6299
|
+
"minimum": 0,
|
|
6300
|
+
"maximum": 2147483647
|
|
6301
|
+
},
|
|
6272
6302
|
"hbhFlowStatus": {
|
|
6273
6303
|
"enum": [
|
|
6274
6304
|
"FLOW",
|
|
@@ -7582,6 +7612,54 @@
|
|
|
7582
7612
|
"description": "Compared with audio, the unsync video frames get played out / total frames",
|
|
7583
7613
|
"type": "number",
|
|
7584
7614
|
"minimum": 0.0
|
|
7615
|
+
},
|
|
7616
|
+
"maxAudioAdjustmentMissing": {
|
|
7617
|
+
"description": "The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video",
|
|
7618
|
+
"type": "number",
|
|
7619
|
+
"minimum": 0.0,
|
|
7620
|
+
"maximum": 9223372036854776000.0
|
|
7621
|
+
},
|
|
7622
|
+
"maxVideoAdjustmentMissing": {
|
|
7623
|
+
"description": "The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio",
|
|
7624
|
+
"type": "number",
|
|
7625
|
+
"minimum": 0.0,
|
|
7626
|
+
"maximum": 9223372036854776000.0
|
|
7627
|
+
},
|
|
7628
|
+
"totalMatched": {
|
|
7629
|
+
"description": "The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.",
|
|
7630
|
+
"type": "number",
|
|
7631
|
+
"minimum": 0.0,
|
|
7632
|
+
"maximum": 9223372036854776000.0
|
|
7633
|
+
},
|
|
7634
|
+
"totalCanSync": {
|
|
7635
|
+
"description": "The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).",
|
|
7636
|
+
"type": "number",
|
|
7637
|
+
"minimum": 0.0,
|
|
7638
|
+
"maximum": 9223372036854776000.0
|
|
7639
|
+
},
|
|
7640
|
+
"totalAudioStretched": {
|
|
7641
|
+
"description": "The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)",
|
|
7642
|
+
"type": "number",
|
|
7643
|
+
"minimum": 0.0,
|
|
7644
|
+
"maximum": 9223372036854776000.0
|
|
7645
|
+
},
|
|
7646
|
+
"totalAudioShrunk": {
|
|
7647
|
+
"description": "The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)",
|
|
7648
|
+
"type": "number",
|
|
7649
|
+
"minimum": 0.0,
|
|
7650
|
+
"maximum": 9223372036854776000.0
|
|
7651
|
+
},
|
|
7652
|
+
"totalVideoStretched": {
|
|
7653
|
+
"description": "The number of milliseconds of video that was added as an AV sync adjustment in the last 60s",
|
|
7654
|
+
"type": "number",
|
|
7655
|
+
"minimum": 0.0,
|
|
7656
|
+
"maximum": 9223372036854776000.0
|
|
7657
|
+
},
|
|
7658
|
+
"totalVideoShrunk": {
|
|
7659
|
+
"description": "The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s",
|
|
7660
|
+
"type": "number",
|
|
7661
|
+
"minimum": 0.0,
|
|
7662
|
+
"maximum": 9223372036854776000.0
|
|
7585
7663
|
}
|
|
7586
7664
|
}
|
|
7587
7665
|
}
|
|
@@ -7733,6 +7811,16 @@
|
|
|
7733
7811
|
"minimum": 0.0,
|
|
7734
7812
|
"maximum": 9223372036854776000.0
|
|
7735
7813
|
},
|
|
7814
|
+
"yellowMQITimes": {
|
|
7815
|
+
"type": "integer",
|
|
7816
|
+
"minimum": 0,
|
|
7817
|
+
"maximum": 2147483647
|
|
7818
|
+
},
|
|
7819
|
+
"redMQITimes": {
|
|
7820
|
+
"type": "integer",
|
|
7821
|
+
"minimum": 0,
|
|
7822
|
+
"maximum": 2147483647
|
|
7823
|
+
},
|
|
7736
7824
|
"hbhFlowStatus": {
|
|
7737
7825
|
"enum": [
|
|
7738
7826
|
"FLOW",
|
|
@@ -9227,6 +9315,16 @@
|
|
|
9227
9315
|
"minimum": 0.0,
|
|
9228
9316
|
"maximum": 9223372036854776000.0
|
|
9229
9317
|
},
|
|
9318
|
+
"yellowMQITimes": {
|
|
9319
|
+
"type": "integer",
|
|
9320
|
+
"minimum": 0,
|
|
9321
|
+
"maximum": 2147483647
|
|
9322
|
+
},
|
|
9323
|
+
"redMQITimes": {
|
|
9324
|
+
"type": "integer",
|
|
9325
|
+
"minimum": 0,
|
|
9326
|
+
"maximum": 2147483647
|
|
9327
|
+
},
|
|
9230
9328
|
"hbhFlowStatus": {
|
|
9231
9329
|
"enum": [
|
|
9232
9330
|
"FLOW",
|
|
@@ -9837,6 +9935,16 @@
|
|
|
9837
9935
|
"minimum": 0.0,
|
|
9838
9936
|
"maximum": 9223372036854776000.0
|
|
9839
9937
|
},
|
|
9938
|
+
"yellowMQITimes": {
|
|
9939
|
+
"type": "integer",
|
|
9940
|
+
"minimum": 0,
|
|
9941
|
+
"maximum": 2147483647
|
|
9942
|
+
},
|
|
9943
|
+
"redMQITimes": {
|
|
9944
|
+
"type": "integer",
|
|
9945
|
+
"minimum": 0,
|
|
9946
|
+
"maximum": 2147483647
|
|
9947
|
+
},
|
|
9840
9948
|
"hbhFlowStatus": {
|
|
9841
9949
|
"enum": [
|
|
9842
9950
|
"FLOW",
|
|
@@ -7487,6 +7487,8 @@ export interface Event {
|
|
|
7487
7487
|
peerReflexivePort?: number;
|
|
7488
7488
|
remotePort?: number;
|
|
7489
7489
|
maxConsecutiveStunAckInterval?: number;
|
|
7490
|
+
yellowMQITimes?: number;
|
|
7491
|
+
redMQITimes?: number;
|
|
7490
7492
|
/**
|
|
7491
7493
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
7492
7494
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -8012,6 +8014,8 @@ export interface Event {
|
|
|
8012
8014
|
peerReflexivePort?: number;
|
|
8013
8015
|
remotePort?: number;
|
|
8014
8016
|
maxConsecutiveStunAckInterval?: number;
|
|
8017
|
+
yellowMQITimes?: number;
|
|
8018
|
+
redMQITimes?: number;
|
|
8015
8019
|
/**
|
|
8016
8020
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
8017
8021
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -8377,6 +8381,8 @@ export interface Event {
|
|
|
8377
8381
|
peerReflexivePort?: number;
|
|
8378
8382
|
remotePort?: number;
|
|
8379
8383
|
maxConsecutiveStunAckInterval?: number;
|
|
8384
|
+
yellowMQITimes?: number;
|
|
8385
|
+
redMQITimes?: number;
|
|
8380
8386
|
/**
|
|
8381
8387
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
8382
8388
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -9058,6 +9064,38 @@ export interface Event {
|
|
|
9058
9064
|
* Compared with audio, the unsync video frames get played out / total frames
|
|
9059
9065
|
*/
|
|
9060
9066
|
decidePlayedUnsyncRatio?: number;
|
|
9067
|
+
/**
|
|
9068
|
+
* The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video
|
|
9069
|
+
*/
|
|
9070
|
+
maxAudioAdjustmentMissing?: number;
|
|
9071
|
+
/**
|
|
9072
|
+
* The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio
|
|
9073
|
+
*/
|
|
9074
|
+
maxVideoAdjustmentMissing?: number;
|
|
9075
|
+
/**
|
|
9076
|
+
* The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.
|
|
9077
|
+
*/
|
|
9078
|
+
totalMatched?: number;
|
|
9079
|
+
/**
|
|
9080
|
+
* The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
|
|
9081
|
+
*/
|
|
9082
|
+
totalCanSync?: number;
|
|
9083
|
+
/**
|
|
9084
|
+
* The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)
|
|
9085
|
+
*/
|
|
9086
|
+
totalAudioStretched?: number;
|
|
9087
|
+
/**
|
|
9088
|
+
* The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)
|
|
9089
|
+
*/
|
|
9090
|
+
totalAudioShrunk?: number;
|
|
9091
|
+
/**
|
|
9092
|
+
* The number of milliseconds of video that was added as an AV sync adjustment in the last 60s
|
|
9093
|
+
*/
|
|
9094
|
+
totalVideoStretched?: number;
|
|
9095
|
+
/**
|
|
9096
|
+
* The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s
|
|
9097
|
+
*/
|
|
9098
|
+
totalVideoShrunk?: number;
|
|
9061
9099
|
additionalProperties?: false;
|
|
9062
9100
|
};
|
|
9063
9101
|
additionalProperties?: false;
|
|
@@ -9117,6 +9155,8 @@ export interface Event {
|
|
|
9117
9155
|
peerReflexivePort?: number;
|
|
9118
9156
|
remotePort?: number;
|
|
9119
9157
|
maxConsecutiveStunAckInterval?: number;
|
|
9158
|
+
yellowMQITimes?: number;
|
|
9159
|
+
redMQITimes?: number;
|
|
9120
9160
|
/**
|
|
9121
9161
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
9122
9162
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -9804,6 +9844,8 @@ export interface Event {
|
|
|
9804
9844
|
peerReflexivePort?: number;
|
|
9805
9845
|
remotePort?: number;
|
|
9806
9846
|
maxConsecutiveStunAckInterval?: number;
|
|
9847
|
+
yellowMQITimes?: number;
|
|
9848
|
+
redMQITimes?: number;
|
|
9807
9849
|
/**
|
|
9808
9850
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
9809
9851
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -9975,6 +10017,8 @@ export interface Event {
|
|
|
9975
10017
|
peerReflexivePort?: number;
|
|
9976
10018
|
remotePort?: number;
|
|
9977
10019
|
maxConsecutiveStunAckInterval?: number;
|
|
10020
|
+
yellowMQITimes?: number;
|
|
10021
|
+
redMQITimes?: number;
|
|
9978
10022
|
/**
|
|
9979
10023
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
9980
10024
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -13804,6 +13848,8 @@ export interface Event {
|
|
|
13804
13848
|
peerReflexivePort?: number;
|
|
13805
13849
|
remotePort?: number;
|
|
13806
13850
|
maxConsecutiveStunAckInterval?: number;
|
|
13851
|
+
yellowMQITimes?: number;
|
|
13852
|
+
redMQITimes?: number;
|
|
13807
13853
|
/**
|
|
13808
13854
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
13809
13855
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -13931,6 +13977,8 @@ export interface Event {
|
|
|
13931
13977
|
peerReflexivePort?: number;
|
|
13932
13978
|
remotePort?: number;
|
|
13933
13979
|
maxConsecutiveStunAckInterval?: number;
|
|
13980
|
+
yellowMQITimes?: number;
|
|
13981
|
+
redMQITimes?: number;
|
|
13934
13982
|
/**
|
|
13935
13983
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
13936
13984
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -14090,6 +14138,8 @@ export interface Event {
|
|
|
14090
14138
|
peerReflexivePort?: number;
|
|
14091
14139
|
remotePort?: number;
|
|
14092
14140
|
maxConsecutiveStunAckInterval?: number;
|
|
14141
|
+
yellowMQITimes?: number;
|
|
14142
|
+
redMQITimes?: number;
|
|
14093
14143
|
/**
|
|
14094
14144
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
14095
14145
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -14217,6 +14267,8 @@ export interface Event {
|
|
|
14217
14267
|
peerReflexivePort?: number;
|
|
14218
14268
|
remotePort?: number;
|
|
14219
14269
|
maxConsecutiveStunAckInterval?: number;
|
|
14270
|
+
yellowMQITimes?: number;
|
|
14271
|
+
redMQITimes?: number;
|
|
14220
14272
|
/**
|
|
14221
14273
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
14222
14274
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -22285,6 +22337,8 @@ export interface MediaQualityEvent {
|
|
|
22285
22337
|
peerReflexivePort?: number;
|
|
22286
22338
|
remotePort?: number;
|
|
22287
22339
|
maxConsecutiveStunAckInterval?: number;
|
|
22340
|
+
yellowMQITimes?: number;
|
|
22341
|
+
redMQITimes?: number;
|
|
22288
22342
|
/**
|
|
22289
22343
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
22290
22344
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -22807,6 +22861,8 @@ export interface MediaQualityEvent {
|
|
|
22807
22861
|
peerReflexivePort?: number;
|
|
22808
22862
|
remotePort?: number;
|
|
22809
22863
|
maxConsecutiveStunAckInterval?: number;
|
|
22864
|
+
yellowMQITimes?: number;
|
|
22865
|
+
redMQITimes?: number;
|
|
22810
22866
|
/**
|
|
22811
22867
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
22812
22868
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -23172,6 +23228,8 @@ export interface MediaQualityEvent {
|
|
|
23172
23228
|
peerReflexivePort?: number;
|
|
23173
23229
|
remotePort?: number;
|
|
23174
23230
|
maxConsecutiveStunAckInterval?: number;
|
|
23231
|
+
yellowMQITimes?: number;
|
|
23232
|
+
redMQITimes?: number;
|
|
23175
23233
|
/**
|
|
23176
23234
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
23177
23235
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -23853,6 +23911,38 @@ export interface MediaQualityEvent {
|
|
|
23853
23911
|
* Compared with audio, the unsync video frames get played out / total frames
|
|
23854
23912
|
*/
|
|
23855
23913
|
decidePlayedUnsyncRatio?: number;
|
|
23914
|
+
/**
|
|
23915
|
+
* The max extra delay (in milliseconds) in last interval that audio would need in order to be insync with video
|
|
23916
|
+
*/
|
|
23917
|
+
maxAudioAdjustmentMissing?: number;
|
|
23918
|
+
/**
|
|
23919
|
+
* The max extra delay (in milliseconds) in last interval that video would need in order to be insync with audio
|
|
23920
|
+
*/
|
|
23921
|
+
maxVideoAdjustmentMissing?: number;
|
|
23922
|
+
/**
|
|
23923
|
+
* The number of milliseconds in the last 60s (MQE interval) for which a received audio stream was matched to a video stream from the same source.
|
|
23924
|
+
*/
|
|
23925
|
+
totalMatched?: number;
|
|
23926
|
+
/**
|
|
23927
|
+
* The total number of milliseconds in the last 60s where the received audio stream was matched to a video stream and the common clock was able to be determined (e.g. both streams had known values from recent RTCP SR).
|
|
23928
|
+
*/
|
|
23929
|
+
totalCanSync?: number;
|
|
23930
|
+
/**
|
|
23931
|
+
* The total number of milliseconds of audio that was added as an AV sync adjustment in the last 60s (e.g. if the audio playout was slowed down by inserting comfort noise or similar)
|
|
23932
|
+
*/
|
|
23933
|
+
totalAudioStretched?: number;
|
|
23934
|
+
/**
|
|
23935
|
+
* The total number of milliseconds of audio that was dropped as an AV sync adjustment in the last 60s, either not decoded at all or decoded but not rendered (e.g. if the audio playout was sped up by decoding multiple frames but only rendering a subset of those frames)
|
|
23936
|
+
*/
|
|
23937
|
+
totalAudioShrunk?: number;
|
|
23938
|
+
/**
|
|
23939
|
+
* The number of milliseconds of video that was added as an AV sync adjustment in the last 60s
|
|
23940
|
+
*/
|
|
23941
|
+
totalVideoStretched?: number;
|
|
23942
|
+
/**
|
|
23943
|
+
* The number of milliseconds of video that was dropped as an AV sync adjustment in the last 60s
|
|
23944
|
+
*/
|
|
23945
|
+
totalVideoShrunk?: number;
|
|
23856
23946
|
additionalProperties?: false;
|
|
23857
23947
|
};
|
|
23858
23948
|
additionalProperties?: false;
|
|
@@ -23912,6 +24002,8 @@ export interface MediaQualityEvent {
|
|
|
23912
24002
|
peerReflexivePort?: number;
|
|
23913
24003
|
remotePort?: number;
|
|
23914
24004
|
maxConsecutiveStunAckInterval?: number;
|
|
24005
|
+
yellowMQITimes?: number;
|
|
24006
|
+
redMQITimes?: number;
|
|
23915
24007
|
/**
|
|
23916
24008
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
23917
24009
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -24599,6 +24691,8 @@ export interface MediaQualityEvent {
|
|
|
24599
24691
|
peerReflexivePort?: number;
|
|
24600
24692
|
remotePort?: number;
|
|
24601
24693
|
maxConsecutiveStunAckInterval?: number;
|
|
24694
|
+
yellowMQITimes?: number;
|
|
24695
|
+
redMQITimes?: number;
|
|
24602
24696
|
/**
|
|
24603
24697
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
24604
24698
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
|
@@ -24770,6 +24864,8 @@ export interface MediaQualityEvent {
|
|
|
24770
24864
|
peerReflexivePort?: number;
|
|
24771
24865
|
remotePort?: number;
|
|
24772
24866
|
maxConsecutiveStunAckInterval?: number;
|
|
24867
|
+
yellowMQITimes?: number;
|
|
24868
|
+
redMQITimes?: number;
|
|
24773
24869
|
/**
|
|
24774
24870
|
* "An indication if the relay point (Homer, MSE etc) was expecting to have media flowing and did so
|
|
24775
24871
|
* Example for troubleshooting would be where the enterprise firewall is blocking
|
package/package.json
CHANGED