tencentcloud-sdk-nodejs-trtc 4.1.174 → 4.1.175

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.174",
3
+ "version": "4.1.175",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4097,18 +4097,18 @@ export interface CreateCloudModerationRequest {
4097
4097
  * 机器人的UserId,用于进房发起审核任务。【*注意】这个UserId不能与当前房间内的主播观众UserId重复。如果一个房间发起多个切片任务时,机器人的userid也不能相互重复,否则会中断前一个切片任务。建议可以把房间ID作为UserId的标识的一部分,即机器人UserId在房间内唯一。
4098
4098
  */
4099
4099
  UserId: string;
4100
- /**
4101
- * 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算UserSig的方案。
4102
- */
4103
- UserSig: string;
4104
4100
  /**
4105
4101
  * 云端审核控制参数。
4106
4102
  */
4107
4103
  ModerationParams: ModerationParams;
4108
4104
  /**
4109
- * 云端审核文件上传到云存储的参数
4105
+ * 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算UserSig的方案。
4106
+ */
4107
+ UserSig: string;
4108
+ /**
4109
+ * 云端审核文件上传到云存储的参数。
4110
4110
  */
4111
- ModerationStorageParams: ModerationStorageParams;
4111
+ ModerationStorageParams?: ModerationStorageParams;
4112
4112
  /**
4113
4113
  * TRTC房间号的类型。 【*注意】必须和录制的房间所对应的RoomId类型相同: 0: 字符串类型的RoomId 1: 32位整型的RoomId(默认) 示例值:1
4114
4114
  */