@webex/event-dictionary-ts 1.0.1297 → 1.0.1298
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.
|
@@ -6633,6 +6633,14 @@ export interface Event {
|
|
|
6633
6633
|
* one unsigned char every 1 minute.
|
|
6634
6634
|
*/
|
|
6635
6635
|
wmosDispersion?: number;
|
|
6636
|
+
/**
|
|
6637
|
+
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
6638
|
+
*/
|
|
6639
|
+
speechRMSRaw?: number;
|
|
6640
|
+
/**
|
|
6641
|
+
* one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
|
|
6642
|
+
*/
|
|
6643
|
+
speechLengthRaw?: number;
|
|
6636
6644
|
additionalProperties?: false;
|
|
6637
6645
|
};
|
|
6638
6646
|
/**
|
|
@@ -15406,6 +15414,14 @@ export interface MediaQualityEvent {
|
|
|
15406
15414
|
* one unsigned char every 1 minute.
|
|
15407
15415
|
*/
|
|
15408
15416
|
wmosDispersion?: number;
|
|
15417
|
+
/**
|
|
15418
|
+
* one unsigned char every 1 minute, 0 for 0dB, plus 1 for -0.5dB
|
|
15419
|
+
*/
|
|
15420
|
+
speechRMSRaw?: number;
|
|
15421
|
+
/**
|
|
15422
|
+
* one unsigned char every 1 minute, 0 for 0s, plus 4 for +1s
|
|
15423
|
+
*/
|
|
15424
|
+
speechLengthRaw?: number;
|
|
15409
15425
|
additionalProperties?: false;
|
|
15410
15426
|
};
|
|
15411
15427
|
/**
|
package/package.json
CHANGED