@webex/event-dictionary-ts 1.0.1763 → 1.0.1764
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.
|
@@ -6734,6 +6734,64 @@
|
|
|
6734
6734
|
"type": "integer",
|
|
6735
6735
|
"minimum": -128,
|
|
6736
6736
|
"maximum": 127
|
|
6737
|
+
},
|
|
6738
|
+
"twccReports": {
|
|
6739
|
+
"type": "object",
|
|
6740
|
+
"description": "This object tracks TWCC report exchange(MARI)",
|
|
6741
|
+
"additionalProperties": true,
|
|
6742
|
+
"properties": {
|
|
6743
|
+
"packetsSentWithTwsn": {
|
|
6744
|
+
"description": "Number of RTP packets marked with TWSN",
|
|
6745
|
+
"type": "number",
|
|
6746
|
+
"minimum": 0.0,
|
|
6747
|
+
"maximum": 9223372036854776000.0
|
|
6748
|
+
},
|
|
6749
|
+
"packetsSentWithoutTwsn": {
|
|
6750
|
+
"description": "Number of packets sent without TWSN",
|
|
6751
|
+
"type": "number",
|
|
6752
|
+
"minimum": 0.0,
|
|
6753
|
+
"maximum": 9223372036854776000.0
|
|
6754
|
+
},
|
|
6755
|
+
"reportsReceived": {
|
|
6756
|
+
"description": "Number of reports received",
|
|
6757
|
+
"type": "number",
|
|
6758
|
+
"minimum": 0.0,
|
|
6759
|
+
"maximum": 9223372036854776000.0
|
|
6760
|
+
},
|
|
6761
|
+
"reportsLost": {
|
|
6762
|
+
"description": "Number of reports lost",
|
|
6763
|
+
"type": "number",
|
|
6764
|
+
"minimum": 0.0,
|
|
6765
|
+
"maximum": 9223372036854776000.0
|
|
6766
|
+
},
|
|
6767
|
+
"reportLossBurstLength": {
|
|
6768
|
+
"description": "Longest consecutive run of reports lost",
|
|
6769
|
+
"type": "number",
|
|
6770
|
+
"minimum": 0.0,
|
|
6771
|
+
"maximum": 9223372036854776000.0
|
|
6772
|
+
},
|
|
6773
|
+
"unacknowledgedPackets": {
|
|
6774
|
+
"description": "Number of packets not acknowledged due to loss of reports",
|
|
6775
|
+
"type": "number",
|
|
6776
|
+
"minimum": 0.0,
|
|
6777
|
+
"maximum": 9223372036854776000.0
|
|
6778
|
+
},
|
|
6779
|
+
"avgBandwidth": {
|
|
6780
|
+
"description": "Average bandwidth in kbps",
|
|
6781
|
+
"type": "number",
|
|
6782
|
+
"minimum": 0.0
|
|
6783
|
+
},
|
|
6784
|
+
"minBandwidth": {
|
|
6785
|
+
"description": "min bandwidth in interval (kbps)",
|
|
6786
|
+
"type": "number",
|
|
6787
|
+
"minimum": 0.0
|
|
6788
|
+
},
|
|
6789
|
+
"maxBandwidth": {
|
|
6790
|
+
"description": "max bandwidth in interval (kbps)",
|
|
6791
|
+
"type": "number",
|
|
6792
|
+
"minimum": 0.0
|
|
6793
|
+
}
|
|
6794
|
+
}
|
|
6737
6795
|
}
|
|
6738
6796
|
}
|
|
6739
6797
|
},
|
|
@@ -7246,6 +7246,64 @@
|
|
|
7246
7246
|
"type": "integer",
|
|
7247
7247
|
"minimum": -128,
|
|
7248
7248
|
"maximum": 127
|
|
7249
|
+
},
|
|
7250
|
+
"twccReports": {
|
|
7251
|
+
"type": "object",
|
|
7252
|
+
"description": "This object tracks TWCC report exchange(MARI)",
|
|
7253
|
+
"additionalProperties": true,
|
|
7254
|
+
"properties": {
|
|
7255
|
+
"packetsSentWithTwsn": {
|
|
7256
|
+
"description": "Number of RTP packets marked with TWSN",
|
|
7257
|
+
"type": "number",
|
|
7258
|
+
"minimum": 0.0,
|
|
7259
|
+
"maximum": 9223372036854776000.0
|
|
7260
|
+
},
|
|
7261
|
+
"packetsSentWithoutTwsn": {
|
|
7262
|
+
"description": "Number of packets sent without TWSN",
|
|
7263
|
+
"type": "number",
|
|
7264
|
+
"minimum": 0.0,
|
|
7265
|
+
"maximum": 9223372036854776000.0
|
|
7266
|
+
},
|
|
7267
|
+
"reportsReceived": {
|
|
7268
|
+
"description": "Number of reports received",
|
|
7269
|
+
"type": "number",
|
|
7270
|
+
"minimum": 0.0,
|
|
7271
|
+
"maximum": 9223372036854776000.0
|
|
7272
|
+
},
|
|
7273
|
+
"reportsLost": {
|
|
7274
|
+
"description": "Number of reports lost",
|
|
7275
|
+
"type": "number",
|
|
7276
|
+
"minimum": 0.0,
|
|
7277
|
+
"maximum": 9223372036854776000.0
|
|
7278
|
+
},
|
|
7279
|
+
"reportLossBurstLength": {
|
|
7280
|
+
"description": "Longest consecutive run of reports lost",
|
|
7281
|
+
"type": "number",
|
|
7282
|
+
"minimum": 0.0,
|
|
7283
|
+
"maximum": 9223372036854776000.0
|
|
7284
|
+
},
|
|
7285
|
+
"unacknowledgedPackets": {
|
|
7286
|
+
"description": "Number of packets not acknowledged due to loss of reports",
|
|
7287
|
+
"type": "number",
|
|
7288
|
+
"minimum": 0.0,
|
|
7289
|
+
"maximum": 9223372036854776000.0
|
|
7290
|
+
},
|
|
7291
|
+
"avgBandwidth": {
|
|
7292
|
+
"description": "Average bandwidth in kbps",
|
|
7293
|
+
"type": "number",
|
|
7294
|
+
"minimum": 0.0
|
|
7295
|
+
},
|
|
7296
|
+
"minBandwidth": {
|
|
7297
|
+
"description": "min bandwidth in interval (kbps)",
|
|
7298
|
+
"type": "number",
|
|
7299
|
+
"minimum": 0.0
|
|
7300
|
+
},
|
|
7301
|
+
"maxBandwidth": {
|
|
7302
|
+
"description": "max bandwidth in interval (kbps)",
|
|
7303
|
+
"type": "number",
|
|
7304
|
+
"minimum": 0.0
|
|
7305
|
+
}
|
|
7306
|
+
}
|
|
7249
7307
|
}
|
|
7250
7308
|
}
|
|
7251
7309
|
},
|
|
@@ -16233,6 +16291,64 @@
|
|
|
16233
16291
|
"type": "integer",
|
|
16234
16292
|
"minimum": -128,
|
|
16235
16293
|
"maximum": 127
|
|
16294
|
+
},
|
|
16295
|
+
"twccReports": {
|
|
16296
|
+
"type": "object",
|
|
16297
|
+
"description": "This object tracks TWCC report exchange(MARI)",
|
|
16298
|
+
"additionalProperties": true,
|
|
16299
|
+
"properties": {
|
|
16300
|
+
"packetsSentWithTwsn": {
|
|
16301
|
+
"description": "Number of RTP packets marked with TWSN",
|
|
16302
|
+
"type": "number",
|
|
16303
|
+
"minimum": 0.0,
|
|
16304
|
+
"maximum": 9223372036854776000.0
|
|
16305
|
+
},
|
|
16306
|
+
"packetsSentWithoutTwsn": {
|
|
16307
|
+
"description": "Number of packets sent without TWSN",
|
|
16308
|
+
"type": "number",
|
|
16309
|
+
"minimum": 0.0,
|
|
16310
|
+
"maximum": 9223372036854776000.0
|
|
16311
|
+
},
|
|
16312
|
+
"reportsReceived": {
|
|
16313
|
+
"description": "Number of reports received",
|
|
16314
|
+
"type": "number",
|
|
16315
|
+
"minimum": 0.0,
|
|
16316
|
+
"maximum": 9223372036854776000.0
|
|
16317
|
+
},
|
|
16318
|
+
"reportsLost": {
|
|
16319
|
+
"description": "Number of reports lost",
|
|
16320
|
+
"type": "number",
|
|
16321
|
+
"minimum": 0.0,
|
|
16322
|
+
"maximum": 9223372036854776000.0
|
|
16323
|
+
},
|
|
16324
|
+
"reportLossBurstLength": {
|
|
16325
|
+
"description": "Longest consecutive run of reports lost",
|
|
16326
|
+
"type": "number",
|
|
16327
|
+
"minimum": 0.0,
|
|
16328
|
+
"maximum": 9223372036854776000.0
|
|
16329
|
+
},
|
|
16330
|
+
"unacknowledgedPackets": {
|
|
16331
|
+
"description": "Number of packets not acknowledged due to loss of reports",
|
|
16332
|
+
"type": "number",
|
|
16333
|
+
"minimum": 0.0,
|
|
16334
|
+
"maximum": 9223372036854776000.0
|
|
16335
|
+
},
|
|
16336
|
+
"avgBandwidth": {
|
|
16337
|
+
"description": "Average bandwidth in kbps",
|
|
16338
|
+
"type": "number",
|
|
16339
|
+
"minimum": 0.0
|
|
16340
|
+
},
|
|
16341
|
+
"minBandwidth": {
|
|
16342
|
+
"description": "min bandwidth in interval (kbps)",
|
|
16343
|
+
"type": "number",
|
|
16344
|
+
"minimum": 0.0
|
|
16345
|
+
},
|
|
16346
|
+
"maxBandwidth": {
|
|
16347
|
+
"description": "max bandwidth in interval (kbps)",
|
|
16348
|
+
"type": "number",
|
|
16349
|
+
"minimum": 0.0
|
|
16350
|
+
}
|
|
16351
|
+
}
|
|
16236
16352
|
}
|
|
16237
16353
|
}
|
|
16238
16354
|
},
|
|
@@ -29784,6 +29900,64 @@
|
|
|
29784
29900
|
"type": "integer",
|
|
29785
29901
|
"minimum": -128,
|
|
29786
29902
|
"maximum": 127
|
|
29903
|
+
},
|
|
29904
|
+
"twccReports": {
|
|
29905
|
+
"type": "object",
|
|
29906
|
+
"description": "This object tracks TWCC report exchange(MARI)",
|
|
29907
|
+
"additionalProperties": true,
|
|
29908
|
+
"properties": {
|
|
29909
|
+
"packetsSentWithTwsn": {
|
|
29910
|
+
"description": "Number of RTP packets marked with TWSN",
|
|
29911
|
+
"type": "number",
|
|
29912
|
+
"minimum": 0.0,
|
|
29913
|
+
"maximum": 9223372036854776000.0
|
|
29914
|
+
},
|
|
29915
|
+
"packetsSentWithoutTwsn": {
|
|
29916
|
+
"description": "Number of packets sent without TWSN",
|
|
29917
|
+
"type": "number",
|
|
29918
|
+
"minimum": 0.0,
|
|
29919
|
+
"maximum": 9223372036854776000.0
|
|
29920
|
+
},
|
|
29921
|
+
"reportsReceived": {
|
|
29922
|
+
"description": "Number of reports received",
|
|
29923
|
+
"type": "number",
|
|
29924
|
+
"minimum": 0.0,
|
|
29925
|
+
"maximum": 9223372036854776000.0
|
|
29926
|
+
},
|
|
29927
|
+
"reportsLost": {
|
|
29928
|
+
"description": "Number of reports lost",
|
|
29929
|
+
"type": "number",
|
|
29930
|
+
"minimum": 0.0,
|
|
29931
|
+
"maximum": 9223372036854776000.0
|
|
29932
|
+
},
|
|
29933
|
+
"reportLossBurstLength": {
|
|
29934
|
+
"description": "Longest consecutive run of reports lost",
|
|
29935
|
+
"type": "number",
|
|
29936
|
+
"minimum": 0.0,
|
|
29937
|
+
"maximum": 9223372036854776000.0
|
|
29938
|
+
},
|
|
29939
|
+
"unacknowledgedPackets": {
|
|
29940
|
+
"description": "Number of packets not acknowledged due to loss of reports",
|
|
29941
|
+
"type": "number",
|
|
29942
|
+
"minimum": 0.0,
|
|
29943
|
+
"maximum": 9223372036854776000.0
|
|
29944
|
+
},
|
|
29945
|
+
"avgBandwidth": {
|
|
29946
|
+
"description": "Average bandwidth in kbps",
|
|
29947
|
+
"type": "number",
|
|
29948
|
+
"minimum": 0.0
|
|
29949
|
+
},
|
|
29950
|
+
"minBandwidth": {
|
|
29951
|
+
"description": "min bandwidth in interval (kbps)",
|
|
29952
|
+
"type": "number",
|
|
29953
|
+
"minimum": 0.0
|
|
29954
|
+
},
|
|
29955
|
+
"maxBandwidth": {
|
|
29956
|
+
"description": "max bandwidth in interval (kbps)",
|
|
29957
|
+
"type": "number",
|
|
29958
|
+
"minimum": 0.0
|
|
29959
|
+
}
|
|
29960
|
+
}
|
|
29787
29961
|
}
|
|
29788
29962
|
}
|
|
29789
29963
|
},
|
|
@@ -3568,6 +3568,64 @@
|
|
|
3568
3568
|
"type": "integer",
|
|
3569
3569
|
"minimum": -128,
|
|
3570
3570
|
"maximum": 127
|
|
3571
|
+
},
|
|
3572
|
+
"twccReports": {
|
|
3573
|
+
"type": "object",
|
|
3574
|
+
"description": "This object tracks TWCC report exchange(MARI)",
|
|
3575
|
+
"additionalProperties": true,
|
|
3576
|
+
"properties": {
|
|
3577
|
+
"packetsSentWithTwsn": {
|
|
3578
|
+
"description": "Number of RTP packets marked with TWSN",
|
|
3579
|
+
"type": "number",
|
|
3580
|
+
"minimum": 0.0,
|
|
3581
|
+
"maximum": 9223372036854776000.0
|
|
3582
|
+
},
|
|
3583
|
+
"packetsSentWithoutTwsn": {
|
|
3584
|
+
"description": "Number of packets sent without TWSN",
|
|
3585
|
+
"type": "number",
|
|
3586
|
+
"minimum": 0.0,
|
|
3587
|
+
"maximum": 9223372036854776000.0
|
|
3588
|
+
},
|
|
3589
|
+
"reportsReceived": {
|
|
3590
|
+
"description": "Number of reports received",
|
|
3591
|
+
"type": "number",
|
|
3592
|
+
"minimum": 0.0,
|
|
3593
|
+
"maximum": 9223372036854776000.0
|
|
3594
|
+
},
|
|
3595
|
+
"reportsLost": {
|
|
3596
|
+
"description": "Number of reports lost",
|
|
3597
|
+
"type": "number",
|
|
3598
|
+
"minimum": 0.0,
|
|
3599
|
+
"maximum": 9223372036854776000.0
|
|
3600
|
+
},
|
|
3601
|
+
"reportLossBurstLength": {
|
|
3602
|
+
"description": "Longest consecutive run of reports lost",
|
|
3603
|
+
"type": "number",
|
|
3604
|
+
"minimum": 0.0,
|
|
3605
|
+
"maximum": 9223372036854776000.0
|
|
3606
|
+
},
|
|
3607
|
+
"unacknowledgedPackets": {
|
|
3608
|
+
"description": "Number of packets not acknowledged due to loss of reports",
|
|
3609
|
+
"type": "number",
|
|
3610
|
+
"minimum": 0.0,
|
|
3611
|
+
"maximum": 9223372036854776000.0
|
|
3612
|
+
},
|
|
3613
|
+
"avgBandwidth": {
|
|
3614
|
+
"description": "Average bandwidth in kbps",
|
|
3615
|
+
"type": "number",
|
|
3616
|
+
"minimum": 0.0
|
|
3617
|
+
},
|
|
3618
|
+
"minBandwidth": {
|
|
3619
|
+
"description": "min bandwidth in interval (kbps)",
|
|
3620
|
+
"type": "number",
|
|
3621
|
+
"minimum": 0.0
|
|
3622
|
+
},
|
|
3623
|
+
"maxBandwidth": {
|
|
3624
|
+
"description": "max bandwidth in interval (kbps)",
|
|
3625
|
+
"type": "number",
|
|
3626
|
+
"minimum": 0.0
|
|
3627
|
+
}
|
|
3628
|
+
}
|
|
3571
3629
|
}
|
|
3572
3630
|
}
|
|
3573
3631
|
},
|
|
@@ -3362,6 +3362,48 @@ export interface Event {
|
|
|
3362
3362
|
uiRenderMinimumFPS?: number;
|
|
3363
3363
|
uiRenderMaximumFPS?: number;
|
|
3364
3364
|
uiRenderAverageFPS?: number;
|
|
3365
|
+
/**
|
|
3366
|
+
* This object tracks TWCC report exchange(MARI)
|
|
3367
|
+
*/
|
|
3368
|
+
twccReports?: {
|
|
3369
|
+
/**
|
|
3370
|
+
* Number of RTP packets marked with TWSN
|
|
3371
|
+
*/
|
|
3372
|
+
packetsSentWithTwsn?: number;
|
|
3373
|
+
/**
|
|
3374
|
+
* Number of packets sent without TWSN
|
|
3375
|
+
*/
|
|
3376
|
+
packetsSentWithoutTwsn?: number;
|
|
3377
|
+
/**
|
|
3378
|
+
* Number of reports received
|
|
3379
|
+
*/
|
|
3380
|
+
reportsReceived?: number;
|
|
3381
|
+
/**
|
|
3382
|
+
* Number of reports lost
|
|
3383
|
+
*/
|
|
3384
|
+
reportsLost?: number;
|
|
3385
|
+
/**
|
|
3386
|
+
* Longest consecutive run of reports lost
|
|
3387
|
+
*/
|
|
3388
|
+
reportLossBurstLength?: number;
|
|
3389
|
+
/**
|
|
3390
|
+
* Number of packets not acknowledged due to loss of reports
|
|
3391
|
+
*/
|
|
3392
|
+
unacknowledgedPackets?: number;
|
|
3393
|
+
/**
|
|
3394
|
+
* Average bandwidth in kbps
|
|
3395
|
+
*/
|
|
3396
|
+
avgBandwidth?: number;
|
|
3397
|
+
/**
|
|
3398
|
+
* min bandwidth in interval (kbps)
|
|
3399
|
+
*/
|
|
3400
|
+
minBandwidth?: number;
|
|
3401
|
+
/**
|
|
3402
|
+
* max bandwidth in interval (kbps)
|
|
3403
|
+
*/
|
|
3404
|
+
maxBandwidth?: number;
|
|
3405
|
+
additionalProperties?: false;
|
|
3406
|
+
};
|
|
3365
3407
|
additionalProperties?: false;
|
|
3366
3408
|
};
|
|
3367
3409
|
sessionType?:
|
|
@@ -7041,6 +7083,48 @@ export interface Event {
|
|
|
7041
7083
|
uiRenderMinimumFPS?: number;
|
|
7042
7084
|
uiRenderMaximumFPS?: number;
|
|
7043
7085
|
uiRenderAverageFPS?: number;
|
|
7086
|
+
/**
|
|
7087
|
+
* This object tracks TWCC report exchange(MARI)
|
|
7088
|
+
*/
|
|
7089
|
+
twccReports?: {
|
|
7090
|
+
/**
|
|
7091
|
+
* Number of RTP packets marked with TWSN
|
|
7092
|
+
*/
|
|
7093
|
+
packetsSentWithTwsn?: number;
|
|
7094
|
+
/**
|
|
7095
|
+
* Number of packets sent without TWSN
|
|
7096
|
+
*/
|
|
7097
|
+
packetsSentWithoutTwsn?: number;
|
|
7098
|
+
/**
|
|
7099
|
+
* Number of reports received
|
|
7100
|
+
*/
|
|
7101
|
+
reportsReceived?: number;
|
|
7102
|
+
/**
|
|
7103
|
+
* Number of reports lost
|
|
7104
|
+
*/
|
|
7105
|
+
reportsLost?: number;
|
|
7106
|
+
/**
|
|
7107
|
+
* Longest consecutive run of reports lost
|
|
7108
|
+
*/
|
|
7109
|
+
reportLossBurstLength?: number;
|
|
7110
|
+
/**
|
|
7111
|
+
* Number of packets not acknowledged due to loss of reports
|
|
7112
|
+
*/
|
|
7113
|
+
unacknowledgedPackets?: number;
|
|
7114
|
+
/**
|
|
7115
|
+
* Average bandwidth in kbps
|
|
7116
|
+
*/
|
|
7117
|
+
avgBandwidth?: number;
|
|
7118
|
+
/**
|
|
7119
|
+
* min bandwidth in interval (kbps)
|
|
7120
|
+
*/
|
|
7121
|
+
minBandwidth?: number;
|
|
7122
|
+
/**
|
|
7123
|
+
* max bandwidth in interval (kbps)
|
|
7124
|
+
*/
|
|
7125
|
+
maxBandwidth?: number;
|
|
7126
|
+
additionalProperties?: false;
|
|
7127
|
+
};
|
|
7044
7128
|
additionalProperties?: false;
|
|
7045
7129
|
};
|
|
7046
7130
|
audioTransmit: {
|
|
@@ -12466,6 +12550,48 @@ export interface Event {
|
|
|
12466
12550
|
uiRenderMinimumFPS?: number;
|
|
12467
12551
|
uiRenderMaximumFPS?: number;
|
|
12468
12552
|
uiRenderAverageFPS?: number;
|
|
12553
|
+
/**
|
|
12554
|
+
* This object tracks TWCC report exchange(MARI)
|
|
12555
|
+
*/
|
|
12556
|
+
twccReports?: {
|
|
12557
|
+
/**
|
|
12558
|
+
* Number of RTP packets marked with TWSN
|
|
12559
|
+
*/
|
|
12560
|
+
packetsSentWithTwsn?: number;
|
|
12561
|
+
/**
|
|
12562
|
+
* Number of packets sent without TWSN
|
|
12563
|
+
*/
|
|
12564
|
+
packetsSentWithoutTwsn?: number;
|
|
12565
|
+
/**
|
|
12566
|
+
* Number of reports received
|
|
12567
|
+
*/
|
|
12568
|
+
reportsReceived?: number;
|
|
12569
|
+
/**
|
|
12570
|
+
* Number of reports lost
|
|
12571
|
+
*/
|
|
12572
|
+
reportsLost?: number;
|
|
12573
|
+
/**
|
|
12574
|
+
* Longest consecutive run of reports lost
|
|
12575
|
+
*/
|
|
12576
|
+
reportLossBurstLength?: number;
|
|
12577
|
+
/**
|
|
12578
|
+
* Number of packets not acknowledged due to loss of reports
|
|
12579
|
+
*/
|
|
12580
|
+
unacknowledgedPackets?: number;
|
|
12581
|
+
/**
|
|
12582
|
+
* Average bandwidth in kbps
|
|
12583
|
+
*/
|
|
12584
|
+
avgBandwidth?: number;
|
|
12585
|
+
/**
|
|
12586
|
+
* min bandwidth in interval (kbps)
|
|
12587
|
+
*/
|
|
12588
|
+
minBandwidth?: number;
|
|
12589
|
+
/**
|
|
12590
|
+
* max bandwidth in interval (kbps)
|
|
12591
|
+
*/
|
|
12592
|
+
maxBandwidth?: number;
|
|
12593
|
+
additionalProperties?: false;
|
|
12594
|
+
};
|
|
12469
12595
|
additionalProperties?: false;
|
|
12470
12596
|
};
|
|
12471
12597
|
mediaLines?: {
|
|
@@ -17056,6 +17182,48 @@ export interface ClientEvent {
|
|
|
17056
17182
|
uiRenderMinimumFPS?: number;
|
|
17057
17183
|
uiRenderMaximumFPS?: number;
|
|
17058
17184
|
uiRenderAverageFPS?: number;
|
|
17185
|
+
/**
|
|
17186
|
+
* This object tracks TWCC report exchange(MARI)
|
|
17187
|
+
*/
|
|
17188
|
+
twccReports?: {
|
|
17189
|
+
/**
|
|
17190
|
+
* Number of RTP packets marked with TWSN
|
|
17191
|
+
*/
|
|
17192
|
+
packetsSentWithTwsn?: number;
|
|
17193
|
+
/**
|
|
17194
|
+
* Number of packets sent without TWSN
|
|
17195
|
+
*/
|
|
17196
|
+
packetsSentWithoutTwsn?: number;
|
|
17197
|
+
/**
|
|
17198
|
+
* Number of reports received
|
|
17199
|
+
*/
|
|
17200
|
+
reportsReceived?: number;
|
|
17201
|
+
/**
|
|
17202
|
+
* Number of reports lost
|
|
17203
|
+
*/
|
|
17204
|
+
reportsLost?: number;
|
|
17205
|
+
/**
|
|
17206
|
+
* Longest consecutive run of reports lost
|
|
17207
|
+
*/
|
|
17208
|
+
reportLossBurstLength?: number;
|
|
17209
|
+
/**
|
|
17210
|
+
* Number of packets not acknowledged due to loss of reports
|
|
17211
|
+
*/
|
|
17212
|
+
unacknowledgedPackets?: number;
|
|
17213
|
+
/**
|
|
17214
|
+
* Average bandwidth in kbps
|
|
17215
|
+
*/
|
|
17216
|
+
avgBandwidth?: number;
|
|
17217
|
+
/**
|
|
17218
|
+
* min bandwidth in interval (kbps)
|
|
17219
|
+
*/
|
|
17220
|
+
minBandwidth?: number;
|
|
17221
|
+
/**
|
|
17222
|
+
* max bandwidth in interval (kbps)
|
|
17223
|
+
*/
|
|
17224
|
+
maxBandwidth?: number;
|
|
17225
|
+
additionalProperties?: false;
|
|
17226
|
+
};
|
|
17059
17227
|
additionalProperties?: false;
|
|
17060
17228
|
};
|
|
17061
17229
|
sessionType?:
|
|
@@ -20460,6 +20628,48 @@ export interface MediaQualityEvent {
|
|
|
20460
20628
|
uiRenderMinimumFPS?: number;
|
|
20461
20629
|
uiRenderMaximumFPS?: number;
|
|
20462
20630
|
uiRenderAverageFPS?: number;
|
|
20631
|
+
/**
|
|
20632
|
+
* This object tracks TWCC report exchange(MARI)
|
|
20633
|
+
*/
|
|
20634
|
+
twccReports?: {
|
|
20635
|
+
/**
|
|
20636
|
+
* Number of RTP packets marked with TWSN
|
|
20637
|
+
*/
|
|
20638
|
+
packetsSentWithTwsn?: number;
|
|
20639
|
+
/**
|
|
20640
|
+
* Number of packets sent without TWSN
|
|
20641
|
+
*/
|
|
20642
|
+
packetsSentWithoutTwsn?: number;
|
|
20643
|
+
/**
|
|
20644
|
+
* Number of reports received
|
|
20645
|
+
*/
|
|
20646
|
+
reportsReceived?: number;
|
|
20647
|
+
/**
|
|
20648
|
+
* Number of reports lost
|
|
20649
|
+
*/
|
|
20650
|
+
reportsLost?: number;
|
|
20651
|
+
/**
|
|
20652
|
+
* Longest consecutive run of reports lost
|
|
20653
|
+
*/
|
|
20654
|
+
reportLossBurstLength?: number;
|
|
20655
|
+
/**
|
|
20656
|
+
* Number of packets not acknowledged due to loss of reports
|
|
20657
|
+
*/
|
|
20658
|
+
unacknowledgedPackets?: number;
|
|
20659
|
+
/**
|
|
20660
|
+
* Average bandwidth in kbps
|
|
20661
|
+
*/
|
|
20662
|
+
avgBandwidth?: number;
|
|
20663
|
+
/**
|
|
20664
|
+
* min bandwidth in interval (kbps)
|
|
20665
|
+
*/
|
|
20666
|
+
minBandwidth?: number;
|
|
20667
|
+
/**
|
|
20668
|
+
* max bandwidth in interval (kbps)
|
|
20669
|
+
*/
|
|
20670
|
+
maxBandwidth?: number;
|
|
20671
|
+
additionalProperties?: false;
|
|
20672
|
+
};
|
|
20463
20673
|
additionalProperties?: false;
|
|
20464
20674
|
};
|
|
20465
20675
|
audioTransmit: {
|
package/package.json
CHANGED