tencentcloud-sdk-nodejs-trtc 4.1.231 → 4.1.235

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.231",
3
+ "version": "4.1.235",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4162,7 +4162,8 @@ export interface TranscriptionParam {
4162
4162
  */
4163
4163
  MaxIdleTime?: number;
4164
4164
  /**
4165
- * 自定义通道:支持自定义信息,只可以填0-2, 0表示不开启自定义通道,1表示开启自定义数据,2表示开启自定义消息。不填默认不开启自定义通道。注意:填1自定义数据只对 SDK版本 >= 5.15.0生效。
4165
+ * 自定义数据模式: 0表示不开启自定义数据,1表示开启自定义数据。
4166
+ 不填默认为0,表示不开启自定义数据。
4166
4167
  */
4167
4168
  SendCustomMode?: number;
4168
4169
  }