tencentcloud-sdk-nodejs-lcic 4.1.188 → 4.1.190

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.188",
3
+ "version": "4.1.190",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2157,6 +2157,10 @@ export interface DescribePlaybackListRequest {
2157
2157
  * <p>低代码平台的SdkAppId。</p>
2158
2158
  */
2159
2159
  SdkAppId: number;
2160
+ /**
2161
+ * <p>房间ID</p>
2162
+ */
2163
+ RoomId?: number;
2160
2164
  /**
2161
2165
  * <p>分页查询当前页数,从1开始递增</p>
2162
2166
  */