tencentcloud-sdk-nodejs-trtc 4.1.46 → 4.1.49

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.46",
3
+ "version": "4.1.49",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2008,7 +2008,7 @@ export interface McuWaterMarkImage {
2008
2008
  */
2009
2009
  export interface StartPublishCdnStreamResponse {
2010
2010
  /**
2011
- * 用于唯一标识转推任务,由腾讯云服务端生成,后续更新和停止请求都需要携带TaskiD参数。
2011
+ * 用于唯一标识转推任务,由腾讯云服务端生成,后续更新和停止请求都需要携带TaskID参数。
2012
2012
  */
2013
2013
  TaskId?: string;
2014
2014
  /**
@@ -4050,6 +4050,7 @@ export interface McuAudioParams {
4050
4050
  /**
4051
4051
  * 音频用户白名单,start时,为空或不填表示混所有主播音频,填具体值表示混指定主播音频;update时,不填表示不更新,为空表示更新为混所有主播音频,填具体值表示更新为混指定主播音频。
4052
4052
  使用黑白名单时,黑白名单必须同时填写。都不填写时表示不更新。同一个用户同时在黑白名单时,以黑名单为主。
4053
+ 注:如果是跨房pk时,跨房混流需要指定音频白名单,否则pk主播的的音频上行会被拉到两次,产生重音。
4053
4054
  */
4054
4055
  SubscribeAudioList?: Array<McuUserInfoParams>;
4055
4056
  /**