@webex/event-dictionary-ts 1.0.2095 → 1.0.2097
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.
|
@@ -3824,6 +3824,7 @@
|
|
|
3824
3824
|
"meetings-tab",
|
|
3825
3825
|
"meetings-tab-join-a-meeting",
|
|
3826
3826
|
"meetings-tab-start-a-meeting",
|
|
3827
|
+
"meetings-tab-start-ai-notes",
|
|
3827
3828
|
"meetings-tab-calendar",
|
|
3828
3829
|
"message-click",
|
|
3829
3830
|
"mercury-event",
|
|
@@ -19454,6 +19455,35 @@
|
|
|
19454
19455
|
}
|
|
19455
19456
|
}
|
|
19456
19457
|
},
|
|
19458
|
+
"videoQuality": {
|
|
19459
|
+
"type": "object",
|
|
19460
|
+
"description": "Windowed PSNR (Peak Signal-to-Noise Ratio) metrics for local encoded video quality monitoring.\nReported when windowed PSNR is enabled for the encoder (AV1 or OpenH264/ H.264); values are\naveraged over the reporting interval. Only present when at least one PSNR sample was taken\nin the interval.\n",
|
|
19461
|
+
"additionalProperties": true,
|
|
19462
|
+
"properties": {
|
|
19463
|
+
"psnrY": {
|
|
19464
|
+
"description": "Y-plane (luma) PSNR in dB, average over the reporting interval.",
|
|
19465
|
+
"type": "number"
|
|
19466
|
+
},
|
|
19467
|
+
"psnrU": {
|
|
19468
|
+
"description": "U-plane PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.",
|
|
19469
|
+
"type": "number"
|
|
19470
|
+
},
|
|
19471
|
+
"psnrV": {
|
|
19472
|
+
"description": "V-plane PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.",
|
|
19473
|
+
"type": "number"
|
|
19474
|
+
},
|
|
19475
|
+
"psnrYuv": {
|
|
19476
|
+
"description": "Combined YUV PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.",
|
|
19477
|
+
"type": "number"
|
|
19478
|
+
},
|
|
19479
|
+
"psnrSampleCount": {
|
|
19480
|
+
"description": "Number of PSNR samples included in the interval average.",
|
|
19481
|
+
"type": "integer",
|
|
19482
|
+
"minimum": 1,
|
|
19483
|
+
"maximum": 2147483647
|
|
19484
|
+
}
|
|
19485
|
+
}
|
|
19486
|
+
},
|
|
19457
19487
|
"isAvatar": {
|
|
19458
19488
|
"type": "boolean"
|
|
19459
19489
|
},
|
|
@@ -5875,6 +5875,35 @@
|
|
|
5875
5875
|
}
|
|
5876
5876
|
}
|
|
5877
5877
|
},
|
|
5878
|
+
"videoQuality": {
|
|
5879
|
+
"type": "object",
|
|
5880
|
+
"description": "Windowed PSNR (Peak Signal-to-Noise Ratio) metrics for local encoded video quality monitoring.\nReported when windowed PSNR is enabled for the encoder (AV1 or OpenH264/ H.264); values are\naveraged over the reporting interval. Only present when at least one PSNR sample was taken\nin the interval.\n",
|
|
5881
|
+
"additionalProperties": true,
|
|
5882
|
+
"properties": {
|
|
5883
|
+
"psnrY": {
|
|
5884
|
+
"description": "Y-plane (luma) PSNR in dB, average over the reporting interval.",
|
|
5885
|
+
"type": "number"
|
|
5886
|
+
},
|
|
5887
|
+
"psnrU": {
|
|
5888
|
+
"description": "U-plane PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.",
|
|
5889
|
+
"type": "number"
|
|
5890
|
+
},
|
|
5891
|
+
"psnrV": {
|
|
5892
|
+
"description": "V-plane PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.",
|
|
5893
|
+
"type": "number"
|
|
5894
|
+
},
|
|
5895
|
+
"psnrYuv": {
|
|
5896
|
+
"description": "Combined YUV PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.",
|
|
5897
|
+
"type": "number"
|
|
5898
|
+
},
|
|
5899
|
+
"psnrSampleCount": {
|
|
5900
|
+
"description": "Number of PSNR samples included in the interval average.",
|
|
5901
|
+
"type": "integer",
|
|
5902
|
+
"minimum": 1,
|
|
5903
|
+
"maximum": 2147483647
|
|
5904
|
+
}
|
|
5905
|
+
}
|
|
5906
|
+
},
|
|
5878
5907
|
"isAvatar": {
|
|
5879
5908
|
"type": "boolean"
|
|
5880
5909
|
},
|
|
@@ -1679,6 +1679,7 @@ export interface Event {
|
|
|
1679
1679
|
| "meetings-tab"
|
|
1680
1680
|
| "meetings-tab-join-a-meeting"
|
|
1681
1681
|
| "meetings-tab-start-a-meeting"
|
|
1682
|
+
| "meetings-tab-start-ai-notes"
|
|
1682
1683
|
| "meetings-tab-calendar"
|
|
1683
1684
|
| "message-click"
|
|
1684
1685
|
| "mercury-event"
|
|
@@ -8501,6 +8502,36 @@ export interface Event {
|
|
|
8501
8502
|
disableReason?: string;
|
|
8502
8503
|
additionalProperties?: false;
|
|
8503
8504
|
};
|
|
8505
|
+
/**
|
|
8506
|
+
* Windowed PSNR (Peak Signal-to-Noise Ratio) metrics for local encoded video quality monitoring.
|
|
8507
|
+
* Reported when windowed PSNR is enabled for the encoder (AV1 or OpenH264/ H.264); values are
|
|
8508
|
+
* averaged over the reporting interval. Only present when at least one PSNR sample was taken
|
|
8509
|
+
* in the interval.
|
|
8510
|
+
*
|
|
8511
|
+
*/
|
|
8512
|
+
videoQuality?: {
|
|
8513
|
+
/**
|
|
8514
|
+
* Y-plane (luma) PSNR in dB, average over the reporting interval.
|
|
8515
|
+
*/
|
|
8516
|
+
psnrY?: number;
|
|
8517
|
+
/**
|
|
8518
|
+
* U-plane PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.
|
|
8519
|
+
*/
|
|
8520
|
+
psnrU?: number;
|
|
8521
|
+
/**
|
|
8522
|
+
* V-plane PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.
|
|
8523
|
+
*/
|
|
8524
|
+
psnrV?: number;
|
|
8525
|
+
/**
|
|
8526
|
+
* Combined YUV PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.
|
|
8527
|
+
*/
|
|
8528
|
+
psnrYuv?: number;
|
|
8529
|
+
/**
|
|
8530
|
+
* Number of PSNR samples included in the interval average.
|
|
8531
|
+
*/
|
|
8532
|
+
psnrSampleCount?: number;
|
|
8533
|
+
additionalProperties?: false;
|
|
8534
|
+
};
|
|
8504
8535
|
isAvatar?: boolean;
|
|
8505
8536
|
/**
|
|
8506
8537
|
* video encode quality metrics
|
|
@@ -17388,6 +17419,7 @@ export interface ClientEvent {
|
|
|
17388
17419
|
| "meetings-tab"
|
|
17389
17420
|
| "meetings-tab-join-a-meeting"
|
|
17390
17421
|
| "meetings-tab-start-a-meeting"
|
|
17422
|
+
| "meetings-tab-start-ai-notes"
|
|
17391
17423
|
| "meetings-tab-calendar"
|
|
17392
17424
|
| "message-click"
|
|
17393
17425
|
| "mercury-event"
|
|
@@ -23883,6 +23915,36 @@ export interface MediaQualityEvent {
|
|
|
23883
23915
|
disableReason?: string;
|
|
23884
23916
|
additionalProperties?: false;
|
|
23885
23917
|
};
|
|
23918
|
+
/**
|
|
23919
|
+
* Windowed PSNR (Peak Signal-to-Noise Ratio) metrics for local encoded video quality monitoring.
|
|
23920
|
+
* Reported when windowed PSNR is enabled for the encoder (AV1 or OpenH264/ H.264); values are
|
|
23921
|
+
* averaged over the reporting interval. Only present when at least one PSNR sample was taken
|
|
23922
|
+
* in the interval.
|
|
23923
|
+
*
|
|
23924
|
+
*/
|
|
23925
|
+
videoQuality?: {
|
|
23926
|
+
/**
|
|
23927
|
+
* Y-plane (luma) PSNR in dB, average over the reporting interval.
|
|
23928
|
+
*/
|
|
23929
|
+
psnrY?: number;
|
|
23930
|
+
/**
|
|
23931
|
+
* U-plane PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.
|
|
23932
|
+
*/
|
|
23933
|
+
psnrU?: number;
|
|
23934
|
+
/**
|
|
23935
|
+
* V-plane PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.
|
|
23936
|
+
*/
|
|
23937
|
+
psnrV?: number;
|
|
23938
|
+
/**
|
|
23939
|
+
* Combined YUV PSNR in dB, average over the reporting interval. Reserved (e.g. 0) when only luma is measured.
|
|
23940
|
+
*/
|
|
23941
|
+
psnrYuv?: number;
|
|
23942
|
+
/**
|
|
23943
|
+
* Number of PSNR samples included in the interval average.
|
|
23944
|
+
*/
|
|
23945
|
+
psnrSampleCount?: number;
|
|
23946
|
+
additionalProperties?: false;
|
|
23947
|
+
};
|
|
23886
23948
|
isAvatar?: boolean;
|
|
23887
23949
|
/**
|
|
23888
23950
|
* video encode quality metrics
|
package/package.json
CHANGED