tencentcloud-sdk-nodejs-trtc 4.1.180 → 4.1.183

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.180",
3
+ "version": "4.1.183",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4498,8 +4498,7 @@ export interface UpdatePublishCdnStreamRequest {
4498
4498
  */
4499
4499
  SequenceNumber: number;
4500
4500
  /**
4501
- * 是否转码,0表示无需转码,1表示需要转码。
4502
- 注:混流是必须转码,这个参数需设置为1。
4501
+ * 是否转码,0表示无需转码,1表示需要转码。 WithTranscoding为0,表示旁路转推,默认不转码;WithTranscoding为1,表示混流转推,此时一定会转码,并收取转码费用。 注: 1,混流是必须转码的,这个参数需设置为1。 2,WithTranscoding=0时,视频输出Codec默认跟随上行视频Codec,如果上行视频Codec发生变化,CDN会断流重推。
4503
4502
  */
4504
4503
  WithTranscoding: number;
4505
4504
  /**