tencentcloud-sdk-nodejs-trtc 4.1.271 → 4.1.272

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-trtc",
3
- "version": "4.1.271",
3
+ "version": "4.1.272",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -560,7 +560,7 @@ export interface Voice {
560
560
  */
561
561
  Speed?: number;
562
562
  /**
563
- * <p>音量调节,0 为静音,10 为最大音量,建议保持默认值 1.0,区间:[0, 10],默认1.0</p>
563
+ * <p>音量调节,默认1.010 为最大音量,建议保持默认值 1.0,区间:(0, 10]</p>
564
564
  */
565
565
  Volume?: number;
566
566
  /**