tencentcloud-sdk-nodejs-lcic 4.1.140 → 4.1.165

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-lcic",
3
- "version": "4.1.140",
3
+ "version": "4.1.165",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2460,6 +2460,10 @@ export interface EventDataInfo {
2460
2460
  * 录制url
2461
2461
  */
2462
2462
  RecordUrl?: string;
2463
+ /**
2464
+ * MemberQuit事件,对应Reason(0:主动退出 1:被踢 2:永久被踢 4:失去心跳下线 5:房间结束,成员自动退出)
2465
+ */
2466
+ Reason?: number;
2463
2467
  }
2464
2468
  /**
2465
2469
  * DescribeAnswerList返回参数结构体