@webex/event-dictionary-ts 1.0.2028 → 1.0.2036
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.
|
@@ -7628,6 +7628,9 @@
|
|
|
7628
7628
|
"minimum": 0.0
|
|
7629
7629
|
}
|
|
7630
7630
|
}
|
|
7631
|
+
},
|
|
7632
|
+
"isCarbonAwareModeOn": {
|
|
7633
|
+
"type": "boolean"
|
|
7631
7634
|
}
|
|
7632
7635
|
}
|
|
7633
7636
|
},
|
|
@@ -17070,6 +17073,9 @@
|
|
|
17070
17073
|
"minimum": 0.0
|
|
17071
17074
|
}
|
|
17072
17075
|
}
|
|
17076
|
+
},
|
|
17077
|
+
"isCarbonAwareModeOn": {
|
|
17078
|
+
"type": "boolean"
|
|
17073
17079
|
}
|
|
17074
17080
|
}
|
|
17075
17081
|
},
|
|
@@ -19121,6 +19127,11 @@
|
|
|
19121
19127
|
"minimum": 0,
|
|
19122
19128
|
"maximum": 2147483647
|
|
19123
19129
|
},
|
|
19130
|
+
"relightingConfidenceScore": {
|
|
19131
|
+
"type": "number",
|
|
19132
|
+
"minimum": 0.0,
|
|
19133
|
+
"maximum": 1.0
|
|
19134
|
+
},
|
|
19124
19135
|
"meanRelitPostProcessMillis": {
|
|
19125
19136
|
"type": "integer",
|
|
19126
19137
|
"minimum": 0,
|
|
@@ -19136,6 +19147,10 @@
|
|
|
19136
19147
|
"minimum": -1,
|
|
19137
19148
|
"maximum": 127
|
|
19138
19149
|
},
|
|
19150
|
+
"faceDetectSuccessRate": {
|
|
19151
|
+
"type": "number",
|
|
19152
|
+
"minimum": -1.0
|
|
19153
|
+
},
|
|
19139
19154
|
"capturedFrameRateNormalShare": {
|
|
19140
19155
|
"type": "number",
|
|
19141
19156
|
"minimum": -9223372036854776000.0,
|
|
@@ -19492,6 +19507,19 @@
|
|
|
19492
19507
|
"type": "number",
|
|
19493
19508
|
"minimum": -9223372036854776000.0,
|
|
19494
19509
|
"maximum": 9223372036854776000.0
|
|
19510
|
+
},
|
|
19511
|
+
"txMinSentFps": {
|
|
19512
|
+
"type": "number",
|
|
19513
|
+
"minimum": -9223372036854776000.0,
|
|
19514
|
+
"maximum": 9223372036854776000.0
|
|
19515
|
+
},
|
|
19516
|
+
"maxFrameTransmitDelay": {
|
|
19517
|
+
"type": "number",
|
|
19518
|
+
"minimum": -9223372036854776000.0,
|
|
19519
|
+
"maximum": 9223372036854776000.0
|
|
19520
|
+
},
|
|
19521
|
+
"maxFrameTransmitDelayIsFromKeyframe": {
|
|
19522
|
+
"type": "boolean"
|
|
19495
19523
|
}
|
|
19496
19524
|
}
|
|
19497
19525
|
}
|
|
@@ -20107,6 +20135,26 @@
|
|
|
20107
20135
|
"minimum": -2147483648,
|
|
20108
20136
|
"maximum": 2147483647
|
|
20109
20137
|
},
|
|
20138
|
+
"cngPacketNum": {
|
|
20139
|
+
"type": "integer",
|
|
20140
|
+
"minimum": -2147483648,
|
|
20141
|
+
"maximum": 2147483647
|
|
20142
|
+
},
|
|
20143
|
+
"silenceSuppressionNum": {
|
|
20144
|
+
"type": "integer",
|
|
20145
|
+
"minimum": -2147483648,
|
|
20146
|
+
"maximum": 2147483647
|
|
20147
|
+
},
|
|
20148
|
+
"maxTimestampInterval": {
|
|
20149
|
+
"type": "integer",
|
|
20150
|
+
"minimum": -2147483648,
|
|
20151
|
+
"maximum": 2147483647
|
|
20152
|
+
},
|
|
20153
|
+
"maxUnderrunNum": {
|
|
20154
|
+
"type": "integer",
|
|
20155
|
+
"minimum": -2147483648,
|
|
20156
|
+
"maximum": 2147483647
|
|
20157
|
+
},
|
|
20110
20158
|
"receivedFrameRate": {
|
|
20111
20159
|
"type": "number",
|
|
20112
20160
|
"minimum": -9223372036854776000.0,
|
|
@@ -20672,6 +20720,18 @@
|
|
|
20672
20720
|
"minimum": -9223372036854776000.0,
|
|
20673
20721
|
"maximum": 9223372036854776000.0
|
|
20674
20722
|
},
|
|
20723
|
+
"maxTraversalDelay": {
|
|
20724
|
+
"description": "The max processing time spent in client or server",
|
|
20725
|
+
"type": "number",
|
|
20726
|
+
"minimum": -9223372036854776000.0,
|
|
20727
|
+
"maximum": 9223372036854776000.0
|
|
20728
|
+
},
|
|
20729
|
+
"maxTransmitDelay": {
|
|
20730
|
+
"description": "The max RTT/2 between the current node with the last hop",
|
|
20731
|
+
"type": "number",
|
|
20732
|
+
"minimum": -9223372036854776000.0,
|
|
20733
|
+
"maximum": 9223372036854776000.0
|
|
20734
|
+
},
|
|
20675
20735
|
"isCrossRegion": {
|
|
20676
20736
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
20677
20737
|
"type": "boolean"
|
|
@@ -21685,6 +21745,26 @@
|
|
|
21685
21745
|
"minimum": -2147483648,
|
|
21686
21746
|
"maximum": 2147483647
|
|
21687
21747
|
},
|
|
21748
|
+
"cngPacketNum": {
|
|
21749
|
+
"type": "integer",
|
|
21750
|
+
"minimum": -2147483648,
|
|
21751
|
+
"maximum": 2147483647
|
|
21752
|
+
},
|
|
21753
|
+
"silenceSuppressionNum": {
|
|
21754
|
+
"type": "integer",
|
|
21755
|
+
"minimum": -2147483648,
|
|
21756
|
+
"maximum": 2147483647
|
|
21757
|
+
},
|
|
21758
|
+
"maxTimestampInterval": {
|
|
21759
|
+
"type": "integer",
|
|
21760
|
+
"minimum": -2147483648,
|
|
21761
|
+
"maximum": 2147483647
|
|
21762
|
+
},
|
|
21763
|
+
"maxUnderrunNum": {
|
|
21764
|
+
"type": "integer",
|
|
21765
|
+
"minimum": -2147483648,
|
|
21766
|
+
"maximum": 2147483647
|
|
21767
|
+
},
|
|
21688
21768
|
"receivedFrameRate": {
|
|
21689
21769
|
"type": "number",
|
|
21690
21770
|
"minimum": -9223372036854776000.0,
|
|
@@ -22250,6 +22330,18 @@
|
|
|
22250
22330
|
"minimum": -9223372036854776000.0,
|
|
22251
22331
|
"maximum": 9223372036854776000.0
|
|
22252
22332
|
},
|
|
22333
|
+
"maxTraversalDelay": {
|
|
22334
|
+
"description": "The max processing time spent in client or server",
|
|
22335
|
+
"type": "number",
|
|
22336
|
+
"minimum": -9223372036854776000.0,
|
|
22337
|
+
"maximum": 9223372036854776000.0
|
|
22338
|
+
},
|
|
22339
|
+
"maxTransmitDelay": {
|
|
22340
|
+
"description": "The max RTT/2 between the current node with the last hop",
|
|
22341
|
+
"type": "number",
|
|
22342
|
+
"minimum": -9223372036854776000.0,
|
|
22343
|
+
"maximum": 9223372036854776000.0
|
|
22344
|
+
},
|
|
22253
22345
|
"isCrossRegion": {
|
|
22254
22346
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
22255
22347
|
"type": "boolean"
|
|
@@ -22588,6 +22680,14 @@
|
|
|
22588
22680
|
"ColourPrimaries_SMPTE_432",
|
|
22589
22681
|
"ColourPrimaries_EBU_3213"
|
|
22590
22682
|
]
|
|
22683
|
+
},
|
|
22684
|
+
"maxFrameReceiveDelay": {
|
|
22685
|
+
"type": "number",
|
|
22686
|
+
"minimum": -9223372036854776000.0,
|
|
22687
|
+
"maximum": 9223372036854776000.0
|
|
22688
|
+
},
|
|
22689
|
+
"maxFrameReceiveDelayIsFromKeyframe": {
|
|
22690
|
+
"type": "boolean"
|
|
22591
22691
|
}
|
|
22592
22692
|
}
|
|
22593
22693
|
}
|
|
@@ -23816,6 +23916,26 @@
|
|
|
23816
23916
|
"minimum": -2147483648,
|
|
23817
23917
|
"maximum": 2147483647
|
|
23818
23918
|
},
|
|
23919
|
+
"cngPacketNum": {
|
|
23920
|
+
"type": "integer",
|
|
23921
|
+
"minimum": -2147483648,
|
|
23922
|
+
"maximum": 2147483647
|
|
23923
|
+
},
|
|
23924
|
+
"silenceSuppressionNum": {
|
|
23925
|
+
"type": "integer",
|
|
23926
|
+
"minimum": -2147483648,
|
|
23927
|
+
"maximum": 2147483647
|
|
23928
|
+
},
|
|
23929
|
+
"maxTimestampInterval": {
|
|
23930
|
+
"type": "integer",
|
|
23931
|
+
"minimum": -2147483648,
|
|
23932
|
+
"maximum": 2147483647
|
|
23933
|
+
},
|
|
23934
|
+
"maxUnderrunNum": {
|
|
23935
|
+
"type": "integer",
|
|
23936
|
+
"minimum": -2147483648,
|
|
23937
|
+
"maximum": 2147483647
|
|
23938
|
+
},
|
|
23819
23939
|
"receivedFrameRate": {
|
|
23820
23940
|
"type": "number",
|
|
23821
23941
|
"minimum": -9223372036854776000.0,
|
|
@@ -24381,6 +24501,18 @@
|
|
|
24381
24501
|
"minimum": -9223372036854776000.0,
|
|
24382
24502
|
"maximum": 9223372036854776000.0
|
|
24383
24503
|
},
|
|
24504
|
+
"maxTraversalDelay": {
|
|
24505
|
+
"description": "The max processing time spent in client or server",
|
|
24506
|
+
"type": "number",
|
|
24507
|
+
"minimum": -9223372036854776000.0,
|
|
24508
|
+
"maximum": 9223372036854776000.0
|
|
24509
|
+
},
|
|
24510
|
+
"maxTransmitDelay": {
|
|
24511
|
+
"description": "The max RTT/2 between the current node with the last hop",
|
|
24512
|
+
"type": "number",
|
|
24513
|
+
"minimum": -9223372036854776000.0,
|
|
24514
|
+
"maximum": 9223372036854776000.0
|
|
24515
|
+
},
|
|
24384
24516
|
"isCrossRegion": {
|
|
24385
24517
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
24386
24518
|
"type": "boolean"
|
|
@@ -32531,6 +32663,9 @@
|
|
|
32531
32663
|
"minimum": 0.0
|
|
32532
32664
|
}
|
|
32533
32665
|
}
|
|
32666
|
+
},
|
|
32667
|
+
"isCarbonAwareModeOn": {
|
|
32668
|
+
"type": "boolean"
|
|
32534
32669
|
}
|
|
32535
32670
|
}
|
|
32536
32671
|
},
|
|
@@ -3812,6 +3812,9 @@
|
|
|
3812
3812
|
"minimum": 0.0
|
|
3813
3813
|
}
|
|
3814
3814
|
}
|
|
3815
|
+
},
|
|
3816
|
+
"isCarbonAwareModeOn": {
|
|
3817
|
+
"type": "boolean"
|
|
3815
3818
|
}
|
|
3816
3819
|
}
|
|
3817
3820
|
},
|
|
@@ -5863,6 +5866,11 @@
|
|
|
5863
5866
|
"minimum": 0,
|
|
5864
5867
|
"maximum": 2147483647
|
|
5865
5868
|
},
|
|
5869
|
+
"relightingConfidenceScore": {
|
|
5870
|
+
"type": "number",
|
|
5871
|
+
"minimum": 0.0,
|
|
5872
|
+
"maximum": 1.0
|
|
5873
|
+
},
|
|
5866
5874
|
"meanRelitPostProcessMillis": {
|
|
5867
5875
|
"type": "integer",
|
|
5868
5876
|
"minimum": 0,
|
|
@@ -5878,6 +5886,10 @@
|
|
|
5878
5886
|
"minimum": -1,
|
|
5879
5887
|
"maximum": 127
|
|
5880
5888
|
},
|
|
5889
|
+
"faceDetectSuccessRate": {
|
|
5890
|
+
"type": "number",
|
|
5891
|
+
"minimum": -1.0
|
|
5892
|
+
},
|
|
5881
5893
|
"capturedFrameRateNormalShare": {
|
|
5882
5894
|
"type": "number",
|
|
5883
5895
|
"minimum": -9223372036854776000.0,
|
|
@@ -6234,6 +6246,19 @@
|
|
|
6234
6246
|
"type": "number",
|
|
6235
6247
|
"minimum": -9223372036854776000.0,
|
|
6236
6248
|
"maximum": 9223372036854776000.0
|
|
6249
|
+
},
|
|
6250
|
+
"txMinSentFps": {
|
|
6251
|
+
"type": "number",
|
|
6252
|
+
"minimum": -9223372036854776000.0,
|
|
6253
|
+
"maximum": 9223372036854776000.0
|
|
6254
|
+
},
|
|
6255
|
+
"maxFrameTransmitDelay": {
|
|
6256
|
+
"type": "number",
|
|
6257
|
+
"minimum": -9223372036854776000.0,
|
|
6258
|
+
"maximum": 9223372036854776000.0
|
|
6259
|
+
},
|
|
6260
|
+
"maxFrameTransmitDelayIsFromKeyframe": {
|
|
6261
|
+
"type": "boolean"
|
|
6237
6262
|
}
|
|
6238
6263
|
}
|
|
6239
6264
|
}
|
|
@@ -6849,6 +6874,26 @@
|
|
|
6849
6874
|
"minimum": -2147483648,
|
|
6850
6875
|
"maximum": 2147483647
|
|
6851
6876
|
},
|
|
6877
|
+
"cngPacketNum": {
|
|
6878
|
+
"type": "integer",
|
|
6879
|
+
"minimum": -2147483648,
|
|
6880
|
+
"maximum": 2147483647
|
|
6881
|
+
},
|
|
6882
|
+
"silenceSuppressionNum": {
|
|
6883
|
+
"type": "integer",
|
|
6884
|
+
"minimum": -2147483648,
|
|
6885
|
+
"maximum": 2147483647
|
|
6886
|
+
},
|
|
6887
|
+
"maxTimestampInterval": {
|
|
6888
|
+
"type": "integer",
|
|
6889
|
+
"minimum": -2147483648,
|
|
6890
|
+
"maximum": 2147483647
|
|
6891
|
+
},
|
|
6892
|
+
"maxUnderrunNum": {
|
|
6893
|
+
"type": "integer",
|
|
6894
|
+
"minimum": -2147483648,
|
|
6895
|
+
"maximum": 2147483647
|
|
6896
|
+
},
|
|
6852
6897
|
"receivedFrameRate": {
|
|
6853
6898
|
"type": "number",
|
|
6854
6899
|
"minimum": -9223372036854776000.0,
|
|
@@ -7414,6 +7459,18 @@
|
|
|
7414
7459
|
"minimum": -9223372036854776000.0,
|
|
7415
7460
|
"maximum": 9223372036854776000.0
|
|
7416
7461
|
},
|
|
7462
|
+
"maxTraversalDelay": {
|
|
7463
|
+
"description": "The max processing time spent in client or server",
|
|
7464
|
+
"type": "number",
|
|
7465
|
+
"minimum": -9223372036854776000.0,
|
|
7466
|
+
"maximum": 9223372036854776000.0
|
|
7467
|
+
},
|
|
7468
|
+
"maxTransmitDelay": {
|
|
7469
|
+
"description": "The max RTT/2 between the current node with the last hop",
|
|
7470
|
+
"type": "number",
|
|
7471
|
+
"minimum": -9223372036854776000.0,
|
|
7472
|
+
"maximum": 9223372036854776000.0
|
|
7473
|
+
},
|
|
7417
7474
|
"isCrossRegion": {
|
|
7418
7475
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
7419
7476
|
"type": "boolean"
|
|
@@ -8427,6 +8484,26 @@
|
|
|
8427
8484
|
"minimum": -2147483648,
|
|
8428
8485
|
"maximum": 2147483647
|
|
8429
8486
|
},
|
|
8487
|
+
"cngPacketNum": {
|
|
8488
|
+
"type": "integer",
|
|
8489
|
+
"minimum": -2147483648,
|
|
8490
|
+
"maximum": 2147483647
|
|
8491
|
+
},
|
|
8492
|
+
"silenceSuppressionNum": {
|
|
8493
|
+
"type": "integer",
|
|
8494
|
+
"minimum": -2147483648,
|
|
8495
|
+
"maximum": 2147483647
|
|
8496
|
+
},
|
|
8497
|
+
"maxTimestampInterval": {
|
|
8498
|
+
"type": "integer",
|
|
8499
|
+
"minimum": -2147483648,
|
|
8500
|
+
"maximum": 2147483647
|
|
8501
|
+
},
|
|
8502
|
+
"maxUnderrunNum": {
|
|
8503
|
+
"type": "integer",
|
|
8504
|
+
"minimum": -2147483648,
|
|
8505
|
+
"maximum": 2147483647
|
|
8506
|
+
},
|
|
8430
8507
|
"receivedFrameRate": {
|
|
8431
8508
|
"type": "number",
|
|
8432
8509
|
"minimum": -9223372036854776000.0,
|
|
@@ -8992,6 +9069,18 @@
|
|
|
8992
9069
|
"minimum": -9223372036854776000.0,
|
|
8993
9070
|
"maximum": 9223372036854776000.0
|
|
8994
9071
|
},
|
|
9072
|
+
"maxTraversalDelay": {
|
|
9073
|
+
"description": "The max processing time spent in client or server",
|
|
9074
|
+
"type": "number",
|
|
9075
|
+
"minimum": -9223372036854776000.0,
|
|
9076
|
+
"maximum": 9223372036854776000.0
|
|
9077
|
+
},
|
|
9078
|
+
"maxTransmitDelay": {
|
|
9079
|
+
"description": "The max RTT/2 between the current node with the last hop",
|
|
9080
|
+
"type": "number",
|
|
9081
|
+
"minimum": -9223372036854776000.0,
|
|
9082
|
+
"maximum": 9223372036854776000.0
|
|
9083
|
+
},
|
|
8995
9084
|
"isCrossRegion": {
|
|
8996
9085
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
8997
9086
|
"type": "boolean"
|
|
@@ -9330,6 +9419,14 @@
|
|
|
9330
9419
|
"ColourPrimaries_SMPTE_432",
|
|
9331
9420
|
"ColourPrimaries_EBU_3213"
|
|
9332
9421
|
]
|
|
9422
|
+
},
|
|
9423
|
+
"maxFrameReceiveDelay": {
|
|
9424
|
+
"type": "number",
|
|
9425
|
+
"minimum": -9223372036854776000.0,
|
|
9426
|
+
"maximum": 9223372036854776000.0
|
|
9427
|
+
},
|
|
9428
|
+
"maxFrameReceiveDelayIsFromKeyframe": {
|
|
9429
|
+
"type": "boolean"
|
|
9333
9430
|
}
|
|
9334
9431
|
}
|
|
9335
9432
|
}
|
|
@@ -10558,6 +10655,26 @@
|
|
|
10558
10655
|
"minimum": -2147483648,
|
|
10559
10656
|
"maximum": 2147483647
|
|
10560
10657
|
},
|
|
10658
|
+
"cngPacketNum": {
|
|
10659
|
+
"type": "integer",
|
|
10660
|
+
"minimum": -2147483648,
|
|
10661
|
+
"maximum": 2147483647
|
|
10662
|
+
},
|
|
10663
|
+
"silenceSuppressionNum": {
|
|
10664
|
+
"type": "integer",
|
|
10665
|
+
"minimum": -2147483648,
|
|
10666
|
+
"maximum": 2147483647
|
|
10667
|
+
},
|
|
10668
|
+
"maxTimestampInterval": {
|
|
10669
|
+
"type": "integer",
|
|
10670
|
+
"minimum": -2147483648,
|
|
10671
|
+
"maximum": 2147483647
|
|
10672
|
+
},
|
|
10673
|
+
"maxUnderrunNum": {
|
|
10674
|
+
"type": "integer",
|
|
10675
|
+
"minimum": -2147483648,
|
|
10676
|
+
"maximum": 2147483647
|
|
10677
|
+
},
|
|
10561
10678
|
"receivedFrameRate": {
|
|
10562
10679
|
"type": "number",
|
|
10563
10680
|
"minimum": -9223372036854776000.0,
|
|
@@ -11123,6 +11240,18 @@
|
|
|
11123
11240
|
"minimum": -9223372036854776000.0,
|
|
11124
11241
|
"maximum": 9223372036854776000.0
|
|
11125
11242
|
},
|
|
11243
|
+
"maxTraversalDelay": {
|
|
11244
|
+
"description": "The max processing time spent in client or server",
|
|
11245
|
+
"type": "number",
|
|
11246
|
+
"minimum": -9223372036854776000.0,
|
|
11247
|
+
"maximum": 9223372036854776000.0
|
|
11248
|
+
},
|
|
11249
|
+
"maxTransmitDelay": {
|
|
11250
|
+
"description": "The max RTT/2 between the current node with the last hop",
|
|
11251
|
+
"type": "number",
|
|
11252
|
+
"minimum": -9223372036854776000.0,
|
|
11253
|
+
"maximum": 9223372036854776000.0
|
|
11254
|
+
},
|
|
11126
11255
|
"isCrossRegion": {
|
|
11127
11256
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
11128
11257
|
"type": "boolean"
|
|
@@ -3563,6 +3563,7 @@ export interface Event {
|
|
|
3563
3563
|
maxBandwidth?: number;
|
|
3564
3564
|
additionalProperties?: false;
|
|
3565
3565
|
};
|
|
3566
|
+
isCarbonAwareModeOn?: boolean;
|
|
3566
3567
|
additionalProperties?: false;
|
|
3567
3568
|
};
|
|
3568
3569
|
sessionType?:
|
|
@@ -7500,6 +7501,7 @@ export interface Event {
|
|
|
7500
7501
|
maxBandwidth?: number;
|
|
7501
7502
|
additionalProperties?: false;
|
|
7502
7503
|
};
|
|
7504
|
+
isCarbonAwareModeOn?: boolean;
|
|
7503
7505
|
additionalProperties?: false;
|
|
7504
7506
|
};
|
|
7505
7507
|
audioTransmit: {
|
|
@@ -8312,9 +8314,11 @@ export interface Event {
|
|
|
8312
8314
|
isRelightingOn?: boolean;
|
|
8313
8315
|
relightingNeededFrameCount?: number;
|
|
8314
8316
|
relightingSkippedFrameCount?: number;
|
|
8317
|
+
relightingConfidenceScore?: number;
|
|
8315
8318
|
meanRelitPostProcessMillis?: number;
|
|
8316
8319
|
faceDetectMillis?: number;
|
|
8317
8320
|
faceDetectCount?: number;
|
|
8321
|
+
faceDetectSuccessRate?: number;
|
|
8318
8322
|
capturedFrameRateNormalShare?: number;
|
|
8319
8323
|
capturedFrameRateHFPSShare?: number;
|
|
8320
8324
|
transmittedFrameRateNormalShare?: number;
|
|
@@ -8422,6 +8426,9 @@ export interface Event {
|
|
|
8422
8426
|
qstarBiasedFps?: number;
|
|
8423
8427
|
qstarBiasedResCount?: number;
|
|
8424
8428
|
qstarBiasedRes?: number;
|
|
8429
|
+
txMinSentFps?: number;
|
|
8430
|
+
maxFrameTransmitDelay?: number;
|
|
8431
|
+
maxFrameTransmitDelayIsFromKeyframe?: boolean;
|
|
8425
8432
|
additionalProperties?: false;
|
|
8426
8433
|
}[];
|
|
8427
8434
|
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
@@ -8586,6 +8593,10 @@ export interface Event {
|
|
|
8586
8593
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
8587
8594
|
silenceFromGatewayNum?: number;
|
|
8588
8595
|
inbandPacketLossRate?: number;
|
|
8596
|
+
cngPacketNum?: number;
|
|
8597
|
+
silenceSuppressionNum?: number;
|
|
8598
|
+
maxTimestampInterval?: number;
|
|
8599
|
+
maxUnderrunNum?: number;
|
|
8589
8600
|
receivedFrameRate?: number;
|
|
8590
8601
|
renderedFrameRate?: number;
|
|
8591
8602
|
requestedFrameRate?: number;
|
|
@@ -8945,6 +8956,14 @@ export interface Event {
|
|
|
8945
8956
|
* RTT/2 between the current node with the last hop
|
|
8946
8957
|
*/
|
|
8947
8958
|
transmitDelay?: number;
|
|
8959
|
+
/**
|
|
8960
|
+
* The max processing time spent in client or server
|
|
8961
|
+
*/
|
|
8962
|
+
maxTraversalDelay?: number;
|
|
8963
|
+
/**
|
|
8964
|
+
* The max RTT/2 between the current node with the last hop
|
|
8965
|
+
*/
|
|
8966
|
+
maxTransmitDelay?: number;
|
|
8948
8967
|
/**
|
|
8949
8968
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
8950
8969
|
*/
|
|
@@ -9381,6 +9400,10 @@ export interface Event {
|
|
|
9381
9400
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
9382
9401
|
silenceFromGatewayNum?: number;
|
|
9383
9402
|
inbandPacketLossRate?: number;
|
|
9403
|
+
cngPacketNum?: number;
|
|
9404
|
+
silenceSuppressionNum?: number;
|
|
9405
|
+
maxTimestampInterval?: number;
|
|
9406
|
+
maxUnderrunNum?: number;
|
|
9384
9407
|
receivedFrameRate?: number;
|
|
9385
9408
|
renderedFrameRate?: number;
|
|
9386
9409
|
requestedFrameRate?: number;
|
|
@@ -9740,6 +9763,14 @@ export interface Event {
|
|
|
9740
9763
|
* RTT/2 between the current node with the last hop
|
|
9741
9764
|
*/
|
|
9742
9765
|
transmitDelay?: number;
|
|
9766
|
+
/**
|
|
9767
|
+
* The max processing time spent in client or server
|
|
9768
|
+
*/
|
|
9769
|
+
maxTraversalDelay?: number;
|
|
9770
|
+
/**
|
|
9771
|
+
* The max RTT/2 between the current node with the last hop
|
|
9772
|
+
*/
|
|
9773
|
+
maxTransmitDelay?: number;
|
|
9743
9774
|
/**
|
|
9744
9775
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
9745
9776
|
*/
|
|
@@ -9910,6 +9941,8 @@ export interface Event {
|
|
|
9910
9941
|
| "ColourPrimaries_SMPTE_431"
|
|
9911
9942
|
| "ColourPrimaries_SMPTE_432"
|
|
9912
9943
|
| "ColourPrimaries_EBU_3213";
|
|
9944
|
+
maxFrameReceiveDelay?: number;
|
|
9945
|
+
maxFrameReceiveDelayIsFromKeyframe?: boolean;
|
|
9913
9946
|
additionalProperties?: false;
|
|
9914
9947
|
}[];
|
|
9915
9948
|
receivedViews?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
@@ -10246,6 +10279,10 @@ export interface Event {
|
|
|
10246
10279
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
10247
10280
|
silenceFromGatewayNum?: number;
|
|
10248
10281
|
inbandPacketLossRate?: number;
|
|
10282
|
+
cngPacketNum?: number;
|
|
10283
|
+
silenceSuppressionNum?: number;
|
|
10284
|
+
maxTimestampInterval?: number;
|
|
10285
|
+
maxUnderrunNum?: number;
|
|
10249
10286
|
receivedFrameRate?: number;
|
|
10250
10287
|
renderedFrameRate?: number;
|
|
10251
10288
|
requestedFrameRate?: number;
|
|
@@ -10605,6 +10642,14 @@ export interface Event {
|
|
|
10605
10642
|
* RTT/2 between the current node with the last hop
|
|
10606
10643
|
*/
|
|
10607
10644
|
transmitDelay?: number;
|
|
10645
|
+
/**
|
|
10646
|
+
* The max processing time spent in client or server
|
|
10647
|
+
*/
|
|
10648
|
+
maxTraversalDelay?: number;
|
|
10649
|
+
/**
|
|
10650
|
+
* The max RTT/2 between the current node with the last hop
|
|
10651
|
+
*/
|
|
10652
|
+
maxTransmitDelay?: number;
|
|
10608
10653
|
/**
|
|
10609
10654
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
10610
10655
|
*/
|
|
@@ -13924,6 +13969,7 @@ export interface Event {
|
|
|
13924
13969
|
maxBandwidth?: number;
|
|
13925
13970
|
additionalProperties?: false;
|
|
13926
13971
|
};
|
|
13972
|
+
isCarbonAwareModeOn?: boolean;
|
|
13927
13973
|
additionalProperties?: false;
|
|
13928
13974
|
};
|
|
13929
13975
|
mediaLines?: {
|
|
@@ -18837,6 +18883,7 @@ export interface ClientEvent {
|
|
|
18837
18883
|
maxBandwidth?: number;
|
|
18838
18884
|
additionalProperties?: false;
|
|
18839
18885
|
};
|
|
18886
|
+
isCarbonAwareModeOn?: boolean;
|
|
18840
18887
|
additionalProperties?: false;
|
|
18841
18888
|
};
|
|
18842
18889
|
sessionType?:
|
|
@@ -22453,6 +22500,7 @@ export interface MediaQualityEvent {
|
|
|
22453
22500
|
maxBandwidth?: number;
|
|
22454
22501
|
additionalProperties?: false;
|
|
22455
22502
|
};
|
|
22503
|
+
isCarbonAwareModeOn?: boolean;
|
|
22456
22504
|
additionalProperties?: false;
|
|
22457
22505
|
};
|
|
22458
22506
|
audioTransmit: {
|
|
@@ -23262,9 +23310,11 @@ export interface MediaQualityEvent {
|
|
|
23262
23310
|
isRelightingOn?: boolean;
|
|
23263
23311
|
relightingNeededFrameCount?: number;
|
|
23264
23312
|
relightingSkippedFrameCount?: number;
|
|
23313
|
+
relightingConfidenceScore?: number;
|
|
23265
23314
|
meanRelitPostProcessMillis?: number;
|
|
23266
23315
|
faceDetectMillis?: number;
|
|
23267
23316
|
faceDetectCount?: number;
|
|
23317
|
+
faceDetectSuccessRate?: number;
|
|
23268
23318
|
capturedFrameRateNormalShare?: number;
|
|
23269
23319
|
capturedFrameRateHFPSShare?: number;
|
|
23270
23320
|
transmittedFrameRateNormalShare?: number;
|
|
@@ -23372,6 +23422,9 @@ export interface MediaQualityEvent {
|
|
|
23372
23422
|
qstarBiasedFps?: number;
|
|
23373
23423
|
qstarBiasedResCount?: number;
|
|
23374
23424
|
qstarBiasedRes?: number;
|
|
23425
|
+
txMinSentFps?: number;
|
|
23426
|
+
maxFrameTransmitDelay?: number;
|
|
23427
|
+
maxFrameTransmitDelayIsFromKeyframe?: boolean;
|
|
23375
23428
|
additionalProperties?: false;
|
|
23376
23429
|
}[];
|
|
23377
23430
|
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
@@ -23536,6 +23589,10 @@ export interface MediaQualityEvent {
|
|
|
23536
23589
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
23537
23590
|
silenceFromGatewayNum?: number;
|
|
23538
23591
|
inbandPacketLossRate?: number;
|
|
23592
|
+
cngPacketNum?: number;
|
|
23593
|
+
silenceSuppressionNum?: number;
|
|
23594
|
+
maxTimestampInterval?: number;
|
|
23595
|
+
maxUnderrunNum?: number;
|
|
23539
23596
|
receivedFrameRate?: number;
|
|
23540
23597
|
renderedFrameRate?: number;
|
|
23541
23598
|
requestedFrameRate?: number;
|
|
@@ -23895,6 +23952,14 @@ export interface MediaQualityEvent {
|
|
|
23895
23952
|
* RTT/2 between the current node with the last hop
|
|
23896
23953
|
*/
|
|
23897
23954
|
transmitDelay?: number;
|
|
23955
|
+
/**
|
|
23956
|
+
* The max processing time spent in client or server
|
|
23957
|
+
*/
|
|
23958
|
+
maxTraversalDelay?: number;
|
|
23959
|
+
/**
|
|
23960
|
+
* The max RTT/2 between the current node with the last hop
|
|
23961
|
+
*/
|
|
23962
|
+
maxTransmitDelay?: number;
|
|
23898
23963
|
/**
|
|
23899
23964
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
23900
23965
|
*/
|
|
@@ -24331,6 +24396,10 @@ export interface MediaQualityEvent {
|
|
|
24331
24396
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
24332
24397
|
silenceFromGatewayNum?: number;
|
|
24333
24398
|
inbandPacketLossRate?: number;
|
|
24399
|
+
cngPacketNum?: number;
|
|
24400
|
+
silenceSuppressionNum?: number;
|
|
24401
|
+
maxTimestampInterval?: number;
|
|
24402
|
+
maxUnderrunNum?: number;
|
|
24334
24403
|
receivedFrameRate?: number;
|
|
24335
24404
|
renderedFrameRate?: number;
|
|
24336
24405
|
requestedFrameRate?: number;
|
|
@@ -24690,6 +24759,14 @@ export interface MediaQualityEvent {
|
|
|
24690
24759
|
* RTT/2 between the current node with the last hop
|
|
24691
24760
|
*/
|
|
24692
24761
|
transmitDelay?: number;
|
|
24762
|
+
/**
|
|
24763
|
+
* The max processing time spent in client or server
|
|
24764
|
+
*/
|
|
24765
|
+
maxTraversalDelay?: number;
|
|
24766
|
+
/**
|
|
24767
|
+
* The max RTT/2 between the current node with the last hop
|
|
24768
|
+
*/
|
|
24769
|
+
maxTransmitDelay?: number;
|
|
24693
24770
|
/**
|
|
24694
24771
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
24695
24772
|
*/
|
|
@@ -24860,6 +24937,8 @@ export interface MediaQualityEvent {
|
|
|
24860
24937
|
| "ColourPrimaries_SMPTE_431"
|
|
24861
24938
|
| "ColourPrimaries_SMPTE_432"
|
|
24862
24939
|
| "ColourPrimaries_EBU_3213";
|
|
24940
|
+
maxFrameReceiveDelay?: number;
|
|
24941
|
+
maxFrameReceiveDelayIsFromKeyframe?: boolean;
|
|
24863
24942
|
additionalProperties?: false;
|
|
24864
24943
|
}[];
|
|
24865
24944
|
receivedViews?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
@@ -25196,6 +25275,10 @@ export interface MediaQualityEvent {
|
|
|
25196
25275
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
25197
25276
|
silenceFromGatewayNum?: number;
|
|
25198
25277
|
inbandPacketLossRate?: number;
|
|
25278
|
+
cngPacketNum?: number;
|
|
25279
|
+
silenceSuppressionNum?: number;
|
|
25280
|
+
maxTimestampInterval?: number;
|
|
25281
|
+
maxUnderrunNum?: number;
|
|
25199
25282
|
receivedFrameRate?: number;
|
|
25200
25283
|
renderedFrameRate?: number;
|
|
25201
25284
|
requestedFrameRate?: number;
|
|
@@ -25555,6 +25638,14 @@ export interface MediaQualityEvent {
|
|
|
25555
25638
|
* RTT/2 between the current node with the last hop
|
|
25556
25639
|
*/
|
|
25557
25640
|
transmitDelay?: number;
|
|
25641
|
+
/**
|
|
25642
|
+
* The max processing time spent in client or server
|
|
25643
|
+
*/
|
|
25644
|
+
maxTraversalDelay?: number;
|
|
25645
|
+
/**
|
|
25646
|
+
* The max RTT/2 between the current node with the last hop
|
|
25647
|
+
*/
|
|
25648
|
+
maxTransmitDelay?: number;
|
|
25558
25649
|
/**
|
|
25559
25650
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
25560
25651
|
*/
|
package/package.json
CHANGED