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
|
@@ -4162,7 +4162,8 @@ export interface TranscriptionParam {
|
|
|
4162
4162
|
*/
|
|
4163
4163
|
MaxIdleTime?: number;
|
|
4164
4164
|
/**
|
|
4165
|
-
*
|
|
4165
|
+
* 自定义数据模式: 0表示不开启自定义数据,1表示开启自定义数据。
|
|
4166
|
+
不填默认为0,表示不开启自定义数据。
|
|
4166
4167
|
*/
|
|
4167
4168
|
SendCustomMode?: number;
|
|
4168
4169
|
}
|