tencentcloud-sdk-nodejs-live 4.1.73 → 4.1.74

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-live",
3
- "version": "4.1.73",
3
+ "version": "4.1.74",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5970,7 +5970,7 @@ export interface CreateLivePullStreamTaskRequest {
5970
5970
  */
5971
5971
  SpecifyTaskId?: string;
5972
5972
  /**
5973
- * 任务描述,限制 512 字节。
5973
+ * 任务描述,限制 512 字节。不可以使用特殊字符,如Unicode的特殊字符集。
5974
5974
  */
5975
5975
  Comment?: string;
5976
5976
  /**