@webex/event-dictionary-ts 1.0.1763 → 1.0.1765
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
|
},
|
|
@@ -17930,6 +18046,16 @@
|
|
|
17930
18046
|
"isRelightingOn": {
|
|
17931
18047
|
"type": "boolean"
|
|
17932
18048
|
},
|
|
18049
|
+
"relightingNeededFrameCount": {
|
|
18050
|
+
"type": "integer",
|
|
18051
|
+
"minimum": 0,
|
|
18052
|
+
"maximum": 2147483647
|
|
18053
|
+
},
|
|
18054
|
+
"relightingSkippedFrameCount": {
|
|
18055
|
+
"type": "integer",
|
|
18056
|
+
"minimum": 0,
|
|
18057
|
+
"maximum": 2147483647
|
|
18058
|
+
},
|
|
17933
18059
|
"meanRelitPostProcessMillis": {
|
|
17934
18060
|
"type": "integer",
|
|
17935
18061
|
"minimum": 0,
|
|
@@ -29784,6 +29910,64 @@
|
|
|
29784
29910
|
"type": "integer",
|
|
29785
29911
|
"minimum": -128,
|
|
29786
29912
|
"maximum": 127
|
|
29913
|
+
},
|
|
29914
|
+
"twccReports": {
|
|
29915
|
+
"type": "object",
|
|
29916
|
+
"description": "This object tracks TWCC report exchange(MARI)",
|
|
29917
|
+
"additionalProperties": true,
|
|
29918
|
+
"properties": {
|
|
29919
|
+
"packetsSentWithTwsn": {
|
|
29920
|
+
"description": "Number of RTP packets marked with TWSN",
|
|
29921
|
+
"type": "number",
|
|
29922
|
+
"minimum": 0.0,
|
|
29923
|
+
"maximum": 9223372036854776000.0
|
|
29924
|
+
},
|
|
29925
|
+
"packetsSentWithoutTwsn": {
|
|
29926
|
+
"description": "Number of packets sent without TWSN",
|
|
29927
|
+
"type": "number",
|
|
29928
|
+
"minimum": 0.0,
|
|
29929
|
+
"maximum": 9223372036854776000.0
|
|
29930
|
+
},
|
|
29931
|
+
"reportsReceived": {
|
|
29932
|
+
"description": "Number of reports received",
|
|
29933
|
+
"type": "number",
|
|
29934
|
+
"minimum": 0.0,
|
|
29935
|
+
"maximum": 9223372036854776000.0
|
|
29936
|
+
},
|
|
29937
|
+
"reportsLost": {
|
|
29938
|
+
"description": "Number of reports lost",
|
|
29939
|
+
"type": "number",
|
|
29940
|
+
"minimum": 0.0,
|
|
29941
|
+
"maximum": 9223372036854776000.0
|
|
29942
|
+
},
|
|
29943
|
+
"reportLossBurstLength": {
|
|
29944
|
+
"description": "Longest consecutive run of reports lost",
|
|
29945
|
+
"type": "number",
|
|
29946
|
+
"minimum": 0.0,
|
|
29947
|
+
"maximum": 9223372036854776000.0
|
|
29948
|
+
},
|
|
29949
|
+
"unacknowledgedPackets": {
|
|
29950
|
+
"description": "Number of packets not acknowledged due to loss of reports",
|
|
29951
|
+
"type": "number",
|
|
29952
|
+
"minimum": 0.0,
|
|
29953
|
+
"maximum": 9223372036854776000.0
|
|
29954
|
+
},
|
|
29955
|
+
"avgBandwidth": {
|
|
29956
|
+
"description": "Average bandwidth in kbps",
|
|
29957
|
+
"type": "number",
|
|
29958
|
+
"minimum": 0.0
|
|
29959
|
+
},
|
|
29960
|
+
"minBandwidth": {
|
|
29961
|
+
"description": "min bandwidth in interval (kbps)",
|
|
29962
|
+
"type": "number",
|
|
29963
|
+
"minimum": 0.0
|
|
29964
|
+
},
|
|
29965
|
+
"maxBandwidth": {
|
|
29966
|
+
"description": "max bandwidth in interval (kbps)",
|
|
29967
|
+
"type": "number",
|
|
29968
|
+
"minimum": 0.0
|
|
29969
|
+
}
|
|
29970
|
+
}
|
|
29787
29971
|
}
|
|
29788
29972
|
}
|
|
29789
29973
|
},
|
|
@@ -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
|
},
|
|
@@ -5265,6 +5323,16 @@
|
|
|
5265
5323
|
"isRelightingOn": {
|
|
5266
5324
|
"type": "boolean"
|
|
5267
5325
|
},
|
|
5326
|
+
"relightingNeededFrameCount": {
|
|
5327
|
+
"type": "integer",
|
|
5328
|
+
"minimum": 0,
|
|
5329
|
+
"maximum": 2147483647
|
|
5330
|
+
},
|
|
5331
|
+
"relightingSkippedFrameCount": {
|
|
5332
|
+
"type": "integer",
|
|
5333
|
+
"minimum": 0,
|
|
5334
|
+
"maximum": 2147483647
|
|
5335
|
+
},
|
|
5268
5336
|
"meanRelitPostProcessMillis": {
|
|
5269
5337
|
"type": "integer",
|
|
5270
5338
|
"minimum": 0,
|
|
@@ -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: {
|
|
@@ -7708,6 +7792,8 @@ export interface Event {
|
|
|
7708
7792
|
ladonModelGpuLoadTime?: number;
|
|
7709
7793
|
isGestureDetectorOn?: boolean;
|
|
7710
7794
|
isRelightingOn?: boolean;
|
|
7795
|
+
relightingNeededFrameCount?: number;
|
|
7796
|
+
relightingSkippedFrameCount?: number;
|
|
7711
7797
|
meanRelitPostProcessMillis?: number;
|
|
7712
7798
|
capturedFrameRateNormalShare?: number;
|
|
7713
7799
|
capturedFrameRateHFPSShare?: number;
|
|
@@ -12466,6 +12552,48 @@ export interface Event {
|
|
|
12466
12552
|
uiRenderMinimumFPS?: number;
|
|
12467
12553
|
uiRenderMaximumFPS?: number;
|
|
12468
12554
|
uiRenderAverageFPS?: number;
|
|
12555
|
+
/**
|
|
12556
|
+
* This object tracks TWCC report exchange(MARI)
|
|
12557
|
+
*/
|
|
12558
|
+
twccReports?: {
|
|
12559
|
+
/**
|
|
12560
|
+
* Number of RTP packets marked with TWSN
|
|
12561
|
+
*/
|
|
12562
|
+
packetsSentWithTwsn?: number;
|
|
12563
|
+
/**
|
|
12564
|
+
* Number of packets sent without TWSN
|
|
12565
|
+
*/
|
|
12566
|
+
packetsSentWithoutTwsn?: number;
|
|
12567
|
+
/**
|
|
12568
|
+
* Number of reports received
|
|
12569
|
+
*/
|
|
12570
|
+
reportsReceived?: number;
|
|
12571
|
+
/**
|
|
12572
|
+
* Number of reports lost
|
|
12573
|
+
*/
|
|
12574
|
+
reportsLost?: number;
|
|
12575
|
+
/**
|
|
12576
|
+
* Longest consecutive run of reports lost
|
|
12577
|
+
*/
|
|
12578
|
+
reportLossBurstLength?: number;
|
|
12579
|
+
/**
|
|
12580
|
+
* Number of packets not acknowledged due to loss of reports
|
|
12581
|
+
*/
|
|
12582
|
+
unacknowledgedPackets?: number;
|
|
12583
|
+
/**
|
|
12584
|
+
* Average bandwidth in kbps
|
|
12585
|
+
*/
|
|
12586
|
+
avgBandwidth?: number;
|
|
12587
|
+
/**
|
|
12588
|
+
* min bandwidth in interval (kbps)
|
|
12589
|
+
*/
|
|
12590
|
+
minBandwidth?: number;
|
|
12591
|
+
/**
|
|
12592
|
+
* max bandwidth in interval (kbps)
|
|
12593
|
+
*/
|
|
12594
|
+
maxBandwidth?: number;
|
|
12595
|
+
additionalProperties?: false;
|
|
12596
|
+
};
|
|
12469
12597
|
additionalProperties?: false;
|
|
12470
12598
|
};
|
|
12471
12599
|
mediaLines?: {
|
|
@@ -17056,6 +17184,48 @@ export interface ClientEvent {
|
|
|
17056
17184
|
uiRenderMinimumFPS?: number;
|
|
17057
17185
|
uiRenderMaximumFPS?: number;
|
|
17058
17186
|
uiRenderAverageFPS?: number;
|
|
17187
|
+
/**
|
|
17188
|
+
* This object tracks TWCC report exchange(MARI)
|
|
17189
|
+
*/
|
|
17190
|
+
twccReports?: {
|
|
17191
|
+
/**
|
|
17192
|
+
* Number of RTP packets marked with TWSN
|
|
17193
|
+
*/
|
|
17194
|
+
packetsSentWithTwsn?: number;
|
|
17195
|
+
/**
|
|
17196
|
+
* Number of packets sent without TWSN
|
|
17197
|
+
*/
|
|
17198
|
+
packetsSentWithoutTwsn?: number;
|
|
17199
|
+
/**
|
|
17200
|
+
* Number of reports received
|
|
17201
|
+
*/
|
|
17202
|
+
reportsReceived?: number;
|
|
17203
|
+
/**
|
|
17204
|
+
* Number of reports lost
|
|
17205
|
+
*/
|
|
17206
|
+
reportsLost?: number;
|
|
17207
|
+
/**
|
|
17208
|
+
* Longest consecutive run of reports lost
|
|
17209
|
+
*/
|
|
17210
|
+
reportLossBurstLength?: number;
|
|
17211
|
+
/**
|
|
17212
|
+
* Number of packets not acknowledged due to loss of reports
|
|
17213
|
+
*/
|
|
17214
|
+
unacknowledgedPackets?: number;
|
|
17215
|
+
/**
|
|
17216
|
+
* Average bandwidth in kbps
|
|
17217
|
+
*/
|
|
17218
|
+
avgBandwidth?: number;
|
|
17219
|
+
/**
|
|
17220
|
+
* min bandwidth in interval (kbps)
|
|
17221
|
+
*/
|
|
17222
|
+
minBandwidth?: number;
|
|
17223
|
+
/**
|
|
17224
|
+
* max bandwidth in interval (kbps)
|
|
17225
|
+
*/
|
|
17226
|
+
maxBandwidth?: number;
|
|
17227
|
+
additionalProperties?: false;
|
|
17228
|
+
};
|
|
17059
17229
|
additionalProperties?: false;
|
|
17060
17230
|
};
|
|
17061
17231
|
sessionType?:
|
|
@@ -20460,6 +20630,48 @@ export interface MediaQualityEvent {
|
|
|
20460
20630
|
uiRenderMinimumFPS?: number;
|
|
20461
20631
|
uiRenderMaximumFPS?: number;
|
|
20462
20632
|
uiRenderAverageFPS?: number;
|
|
20633
|
+
/**
|
|
20634
|
+
* This object tracks TWCC report exchange(MARI)
|
|
20635
|
+
*/
|
|
20636
|
+
twccReports?: {
|
|
20637
|
+
/**
|
|
20638
|
+
* Number of RTP packets marked with TWSN
|
|
20639
|
+
*/
|
|
20640
|
+
packetsSentWithTwsn?: number;
|
|
20641
|
+
/**
|
|
20642
|
+
* Number of packets sent without TWSN
|
|
20643
|
+
*/
|
|
20644
|
+
packetsSentWithoutTwsn?: number;
|
|
20645
|
+
/**
|
|
20646
|
+
* Number of reports received
|
|
20647
|
+
*/
|
|
20648
|
+
reportsReceived?: number;
|
|
20649
|
+
/**
|
|
20650
|
+
* Number of reports lost
|
|
20651
|
+
*/
|
|
20652
|
+
reportsLost?: number;
|
|
20653
|
+
/**
|
|
20654
|
+
* Longest consecutive run of reports lost
|
|
20655
|
+
*/
|
|
20656
|
+
reportLossBurstLength?: number;
|
|
20657
|
+
/**
|
|
20658
|
+
* Number of packets not acknowledged due to loss of reports
|
|
20659
|
+
*/
|
|
20660
|
+
unacknowledgedPackets?: number;
|
|
20661
|
+
/**
|
|
20662
|
+
* Average bandwidth in kbps
|
|
20663
|
+
*/
|
|
20664
|
+
avgBandwidth?: number;
|
|
20665
|
+
/**
|
|
20666
|
+
* min bandwidth in interval (kbps)
|
|
20667
|
+
*/
|
|
20668
|
+
minBandwidth?: number;
|
|
20669
|
+
/**
|
|
20670
|
+
* max bandwidth in interval (kbps)
|
|
20671
|
+
*/
|
|
20672
|
+
maxBandwidth?: number;
|
|
20673
|
+
additionalProperties?: false;
|
|
20674
|
+
};
|
|
20463
20675
|
additionalProperties?: false;
|
|
20464
20676
|
};
|
|
20465
20677
|
audioTransmit: {
|
|
@@ -21124,6 +21336,8 @@ export interface MediaQualityEvent {
|
|
|
21124
21336
|
ladonModelGpuLoadTime?: number;
|
|
21125
21337
|
isGestureDetectorOn?: boolean;
|
|
21126
21338
|
isRelightingOn?: boolean;
|
|
21339
|
+
relightingNeededFrameCount?: number;
|
|
21340
|
+
relightingSkippedFrameCount?: number;
|
|
21127
21341
|
meanRelitPostProcessMillis?: number;
|
|
21128
21342
|
capturedFrameRateNormalShare?: number;
|
|
21129
21343
|
capturedFrameRateHFPSShare?: number;
|
package/package.json
CHANGED