@webex/event-dictionary-ts 1.0.2035 → 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.
|
@@ -19507,6 +19507,19 @@
|
|
|
19507
19507
|
"type": "number",
|
|
19508
19508
|
"minimum": -9223372036854776000.0,
|
|
19509
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"
|
|
19510
19523
|
}
|
|
19511
19524
|
}
|
|
19512
19525
|
}
|
|
@@ -20707,6 +20720,18 @@
|
|
|
20707
20720
|
"minimum": -9223372036854776000.0,
|
|
20708
20721
|
"maximum": 9223372036854776000.0
|
|
20709
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
|
+
},
|
|
20710
20735
|
"isCrossRegion": {
|
|
20711
20736
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
20712
20737
|
"type": "boolean"
|
|
@@ -22305,6 +22330,18 @@
|
|
|
22305
22330
|
"minimum": -9223372036854776000.0,
|
|
22306
22331
|
"maximum": 9223372036854776000.0
|
|
22307
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
|
+
},
|
|
22308
22345
|
"isCrossRegion": {
|
|
22309
22346
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
22310
22347
|
"type": "boolean"
|
|
@@ -22643,6 +22680,14 @@
|
|
|
22643
22680
|
"ColourPrimaries_SMPTE_432",
|
|
22644
22681
|
"ColourPrimaries_EBU_3213"
|
|
22645
22682
|
]
|
|
22683
|
+
},
|
|
22684
|
+
"maxFrameReceiveDelay": {
|
|
22685
|
+
"type": "number",
|
|
22686
|
+
"minimum": -9223372036854776000.0,
|
|
22687
|
+
"maximum": 9223372036854776000.0
|
|
22688
|
+
},
|
|
22689
|
+
"maxFrameReceiveDelayIsFromKeyframe": {
|
|
22690
|
+
"type": "boolean"
|
|
22646
22691
|
}
|
|
22647
22692
|
}
|
|
22648
22693
|
}
|
|
@@ -24456,6 +24501,18 @@
|
|
|
24456
24501
|
"minimum": -9223372036854776000.0,
|
|
24457
24502
|
"maximum": 9223372036854776000.0
|
|
24458
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
|
+
},
|
|
24459
24516
|
"isCrossRegion": {
|
|
24460
24517
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
24461
24518
|
"type": "boolean"
|
|
@@ -6246,6 +6246,19 @@
|
|
|
6246
6246
|
"type": "number",
|
|
6247
6247
|
"minimum": -9223372036854776000.0,
|
|
6248
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"
|
|
6249
6262
|
}
|
|
6250
6263
|
}
|
|
6251
6264
|
}
|
|
@@ -7446,6 +7459,18 @@
|
|
|
7446
7459
|
"minimum": -9223372036854776000.0,
|
|
7447
7460
|
"maximum": 9223372036854776000.0
|
|
7448
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
|
+
},
|
|
7449
7474
|
"isCrossRegion": {
|
|
7450
7475
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
7451
7476
|
"type": "boolean"
|
|
@@ -9044,6 +9069,18 @@
|
|
|
9044
9069
|
"minimum": -9223372036854776000.0,
|
|
9045
9070
|
"maximum": 9223372036854776000.0
|
|
9046
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
|
+
},
|
|
9047
9084
|
"isCrossRegion": {
|
|
9048
9085
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
9049
9086
|
"type": "boolean"
|
|
@@ -9382,6 +9419,14 @@
|
|
|
9382
9419
|
"ColourPrimaries_SMPTE_432",
|
|
9383
9420
|
"ColourPrimaries_EBU_3213"
|
|
9384
9421
|
]
|
|
9422
|
+
},
|
|
9423
|
+
"maxFrameReceiveDelay": {
|
|
9424
|
+
"type": "number",
|
|
9425
|
+
"minimum": -9223372036854776000.0,
|
|
9426
|
+
"maximum": 9223372036854776000.0
|
|
9427
|
+
},
|
|
9428
|
+
"maxFrameReceiveDelayIsFromKeyframe": {
|
|
9429
|
+
"type": "boolean"
|
|
9385
9430
|
}
|
|
9386
9431
|
}
|
|
9387
9432
|
}
|
|
@@ -11195,6 +11240,18 @@
|
|
|
11195
11240
|
"minimum": -9223372036854776000.0,
|
|
11196
11241
|
"maximum": 9223372036854776000.0
|
|
11197
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
|
+
},
|
|
11198
11255
|
"isCrossRegion": {
|
|
11199
11256
|
"description": "Whether the current node is cross region with the last hop. false means \"not cross\" and true means \"cross region\".",
|
|
11200
11257
|
"type": "boolean"
|
|
@@ -8426,6 +8426,9 @@ export interface Event {
|
|
|
8426
8426
|
qstarBiasedFps?: number;
|
|
8427
8427
|
qstarBiasedResCount?: number;
|
|
8428
8428
|
qstarBiasedRes?: number;
|
|
8429
|
+
txMinSentFps?: number;
|
|
8430
|
+
maxFrameTransmitDelay?: number;
|
|
8431
|
+
maxFrameTransmitDelayIsFromKeyframe?: boolean;
|
|
8429
8432
|
additionalProperties?: false;
|
|
8430
8433
|
}[];
|
|
8431
8434
|
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
@@ -8953,6 +8956,14 @@ export interface Event {
|
|
|
8953
8956
|
* RTT/2 between the current node with the last hop
|
|
8954
8957
|
*/
|
|
8955
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;
|
|
8956
8967
|
/**
|
|
8957
8968
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
8958
8969
|
*/
|
|
@@ -9752,6 +9763,14 @@ export interface Event {
|
|
|
9752
9763
|
* RTT/2 between the current node with the last hop
|
|
9753
9764
|
*/
|
|
9754
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;
|
|
9755
9774
|
/**
|
|
9756
9775
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
9757
9776
|
*/
|
|
@@ -9922,6 +9941,8 @@ export interface Event {
|
|
|
9922
9941
|
| "ColourPrimaries_SMPTE_431"
|
|
9923
9942
|
| "ColourPrimaries_SMPTE_432"
|
|
9924
9943
|
| "ColourPrimaries_EBU_3213";
|
|
9944
|
+
maxFrameReceiveDelay?: number;
|
|
9945
|
+
maxFrameReceiveDelayIsFromKeyframe?: boolean;
|
|
9925
9946
|
additionalProperties?: false;
|
|
9926
9947
|
}[];
|
|
9927
9948
|
receivedViews?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
@@ -10621,6 +10642,14 @@ export interface Event {
|
|
|
10621
10642
|
* RTT/2 between the current node with the last hop
|
|
10622
10643
|
*/
|
|
10623
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;
|
|
10624
10653
|
/**
|
|
10625
10654
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
10626
10655
|
*/
|
|
@@ -23393,6 +23422,9 @@ export interface MediaQualityEvent {
|
|
|
23393
23422
|
qstarBiasedFps?: number;
|
|
23394
23423
|
qstarBiasedResCount?: number;
|
|
23395
23424
|
qstarBiasedRes?: number;
|
|
23425
|
+
txMinSentFps?: number;
|
|
23426
|
+
maxFrameTransmitDelay?: number;
|
|
23427
|
+
maxFrameTransmitDelayIsFromKeyframe?: boolean;
|
|
23396
23428
|
additionalProperties?: false;
|
|
23397
23429
|
}[];
|
|
23398
23430
|
viewAnnouncements?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
@@ -23920,6 +23952,14 @@ export interface MediaQualityEvent {
|
|
|
23920
23952
|
* RTT/2 between the current node with the last hop
|
|
23921
23953
|
*/
|
|
23922
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;
|
|
23923
23963
|
/**
|
|
23924
23964
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
23925
23965
|
*/
|
|
@@ -24719,6 +24759,14 @@ export interface MediaQualityEvent {
|
|
|
24719
24759
|
* RTT/2 between the current node with the last hop
|
|
24720
24760
|
*/
|
|
24721
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;
|
|
24722
24770
|
/**
|
|
24723
24771
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
24724
24772
|
*/
|
|
@@ -24889,6 +24937,8 @@ export interface MediaQualityEvent {
|
|
|
24889
24937
|
| "ColourPrimaries_SMPTE_431"
|
|
24890
24938
|
| "ColourPrimaries_SMPTE_432"
|
|
24891
24939
|
| "ColourPrimaries_EBU_3213";
|
|
24940
|
+
maxFrameReceiveDelay?: number;
|
|
24941
|
+
maxFrameReceiveDelayIsFromKeyframe?: boolean;
|
|
24892
24942
|
additionalProperties?: false;
|
|
24893
24943
|
}[];
|
|
24894
24944
|
receivedViews?: ("Default" | "Speaker" | "Stereoscopic")[];
|
|
@@ -25588,6 +25638,14 @@ export interface MediaQualityEvent {
|
|
|
25588
25638
|
* RTT/2 between the current node with the last hop
|
|
25589
25639
|
*/
|
|
25590
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;
|
|
25591
25649
|
/**
|
|
25592
25650
|
* Whether the current node is cross region with the last hop. false means "not cross" and true means "cross region".
|
|
25593
25651
|
*/
|
package/package.json
CHANGED