tencentcloud-sdk-nodejs-trtc 4.1.61 → 4.1.63

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.61",
3
+ "version": "4.1.63",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2434,11 +2434,11 @@ export interface MixLayoutParams {
2434
2434
  */
2435
2435
  BackgroundImageUrl?: string;
2436
2436
  /**
2437
- * 设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行视频时可显示对应的占位图。
2437
+ * 设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行音视频时可显示对应的占位图。
2438
2438
  */
2439
2439
  PlaceHolderMode?: number;
2440
2440
  /**
2441
- * 背景画面宽高比不一致的时候处理方案,与MixLayoufList定义的RenderMode一致。
2441
+ * 背景画面宽高比不一致的时候处理方案,与MixLayoutList定义的RenderMode一致。
2442
2442
  */
2443
2443
  BackgroundImageRenderMode?: number;
2444
2444
  /**
@@ -2450,7 +2450,7 @@ export interface MixLayoutParams {
2450
2450
  */
2451
2451
  WaterMarkList?: Array<WaterMark>;
2452
2452
  /**
2453
- * 模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoufList定义的RenderMode一致。
2453
+ * 模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoutList定义的RenderMode一致。
2454
2454
  */
2455
2455
  RenderMode?: number;
2456
2456
  /**