tencentcloud-sdk-nodejs-iotexplorer 4.1.273 → 4.1.279

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-iotexplorer",
3
- "version": "4.1.273",
3
+ "version": "4.1.279",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7224,21 +7224,25 @@ export interface DeleteDeviceRequest {
7224
7224
  */
7225
7225
  export interface CreateDeviceSDPAnswerRequest {
7226
7226
  /**
7227
- * 产品ID
7227
+ * <p>产品ID</p>
7228
7228
  */
7229
7229
  ProductId: string;
7230
7230
  /**
7231
- * 设备名称
7231
+ * <p>设备名称</p>
7232
7232
  */
7233
7233
  DeviceName: string;
7234
7234
  /**
7235
- * SDP提议
7235
+ * <p>SDP提议</p>
7236
7236
  */
7237
7237
  SDPOffer: string;
7238
7238
  /**
7239
- * 客户自定义拉流标识
7239
+ * <p>客户自定义拉流标识</p>
7240
7240
  */
7241
7241
  RequesterTag?: string;
7242
+ /**
7243
+ * <p>默认值:0,如果需要webrtc推流拉流在同一个SDP中,需要值为1,常用于单PC模式</p><p>枚举值:</p><ul><li>0: 默认值,传统多pc推流模式</li><li>1: 单pc模式,如果需要webrtc单pc推拉流,采用此模式,此模式下注意SDP需要包含推拉流全部信息</li></ul><p>默认值:0</p>
7244
+ */
7245
+ EnableSubPub?: number;
7242
7246
  }
7243
7247
  /**
7244
7248
  * ControlDeviceData请求参数结构体
@@ -12558,7 +12562,7 @@ export interface RevokeBindUserDeviceResponse {
12558
12562
  */
12559
12563
  export interface CreateDeviceSDPAnswerResponse {
12560
12564
  /**
12561
- * SDP应答
12565
+ * <p>SDP应答</p>
12562
12566
  */
12563
12567
  SDPAnswer?: string;
12564
12568
  /**