tencentcloud-sdk-nodejs-intl-en 3.0.1355 → 3.0.1357
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 +1 -1
- package/tencentcloud/as/v20180419/models.js +67 -14
- package/tencentcloud/captcha/v20190722/models.js +2 -2
- package/tencentcloud/ccc/v20200210/ccc_client.js +8 -8
- package/tencentcloud/ccc/v20200210/models.js +2 -2
- package/tencentcloud/clb/v20180317/clb_client.js +2 -2
- package/tencentcloud/clb/v20180317/models.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dc/v20180410/dc_client.js +1 -2
- package/tencentcloud/dc/v20180410/models.js +89 -22
- package/tencentcloud/gwlb/v20240906/models.js +89 -0
- package/tencentcloud/hunyuan/v20230901/hunyuan_client.js +29 -3
- package/tencentcloud/hunyuan/v20230901/models.js +242 -67
- package/tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.js +23 -9
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +376 -240
- package/tencentcloud/mps/v20190612/models.js +1171 -698
- package/tencentcloud/mps/v20190612/mps_client.js +84 -4
- package/tencentcloud/postgres/v20170312/models.js +33 -49
- package/tencentcloud/sms/v20210111/models.js +21 -5
- package/tencentcloud/sms/v20210111/sms_client.js +2 -4
- package/tencentcloud/ssl/v20191205/models.js +464 -0
- package/tencentcloud/ssl/v20191205/ssl_client.js +26 -0
- package/tencentcloud/teo/v20220901/models.js +2 -2
- package/tencentcloud/teo/v20220901/teo_client.js +1 -1
- package/tencentcloud/trtc/v20190722/models.js +6 -6
- package/tencentcloud/trtc/v20190722/trtc_client.js +5 -5
- package/tencentcloud/vod/v20180717/models.js +6093 -1966
- package/tencentcloud/vod/v20180717/vod_client.js +119 -61
|
@@ -297,13 +297,13 @@ This API is used to achieve the following goals:
|
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
299
|
* API description:.
|
|
300
|
-
Start a mixed stream forwarding task to mix multiple audio and video streams in a TRTC room into one media stream, transcode it, and push it to live stream CDN or back to the TRTC room. It also supports directly forwarding a single stream from the TRTC room without transcoding. After startup successful, it will return a task ID (TaskId) unique to the SdkAppid dimension. You need to save this TaskId, as it will be relied on to update and end the task subsequently. See document: [Feature Description](https://www.tencentcloud.
|
|
300
|
+
Start a mixed stream forwarding task to mix multiple audio and video streams in a TRTC room into one media stream, transcode it, and push it to live stream CDN or back to the TRTC room. It also supports directly forwarding a single stream from the TRTC room without transcoding. After startup successful, it will return a task ID (TaskId) unique to the SdkAppid dimension. You need to save this TaskId, as it will be relied on to update and end the task subsequently. See document: [Feature Description](https://www.tencentcloud.com/document/product/647/84721?from_cn_redirect=1#b9a855f4-e38c-4616-9b07-fc44e0e8282a) and [Common Issues](https://www.tencentcloud.com/document/product/647/62620?from_cn_redirect=1).
|
|
301
301
|
|
|
302
302
|
Note:.
|
|
303
|
-
You can enable bypass relay callback through console activation for monitoring events of CDN state. Refer to the documentation for callback: [Bypass Relay Callback Description](https://www.tencentcloud.
|
|
303
|
+
You can enable bypass relay callback through console activation for monitoring events of CDN state. Refer to the documentation for callback: [Bypass Relay Callback Description](https://www.tencentcloud.com/document/product/647/88552?from_cn_redirect=1).
|
|
304
304
|
Initiating a mixed stream push task may incur the following fees:.
|
|
305
|
-
For MCU mix transcoding fees, refer to the documentation: On-Cloud MixTranscoding billing (https://www.tencentcloud.
|
|
306
|
-
For forwarding expenses of non-Tencent Cloud CDN, refer to the documentation: [Cloud-based forwarding billing explanation](https://www.tencentcloud.
|
|
305
|
+
For MCU mix transcoding fees, refer to the documentation: On-Cloud MixTranscoding billing (https://www.tencentcloud.com/document/product/647/49446?from_cn_redirect=1).
|
|
306
|
+
For forwarding expenses of non-Tencent Cloud CDN, refer to the documentation: [Cloud-based forwarding billing explanation](https://www.tencentcloud.com/document/product/647/82155?from_cn_redirect=1).
|
|
307
307
|
* @param {StartPublishCdnStreamRequest} req
|
|
308
308
|
* @param {function(string, StartPublishCdnStreamResponse):void} cb
|
|
309
309
|
* @public
|
|
@@ -555,7 +555,7 @@ Note:
|
|
|
555
555
|
/**
|
|
556
556
|
* API description:.
|
|
557
557
|
Start on-cloud recording to complete audio and video recording in the room and upload to designated cloud storage. This API is used to record each audio and video stream in the TRTC room separately or merge multiple video images into one stream.
|
|
558
|
-
Before official online operation, pay attention to the recording best practices (https://www.tencentcloud.
|
|
558
|
+
Before official online operation, pay attention to the recording best practices (https://www.tencentcloud.com/document/product/647/76497?from_cn_redirect=1#e7e2f04c-6cde-43c9-9cd0-0f8d22dee68c). In conjunction with best practices, it can greatly improve API recording availability.
|
|
559
559
|
|
|
560
560
|
This API is used to achieve the following goals:.
|
|
561
561
|
Specify the subscription stream parameter (RecordParams) to specify the blocklist or allowlist of anchors that need to be recorded.
|