tencentcloud-sdk-nodejs-trtc 4.1.27 → 4.1.28

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.27",
3
+ "version": "4.1.28",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1345,14 +1345,12 @@ export interface EmulateMobileParams {
1345
1345
  * 移动设备类型,
1346
1346
  0: 手机
1347
1347
  1: 平板
1348
- 注意:此字段可能返回 null,表示取不到有效值。
1349
1348
  */
1350
1349
  MobileDeviceType?: number;
1351
1350
  /**
1352
1351
  * 屏幕方向,
1353
1352
  0: 竖屏,
1354
1353
  1: 横屏
1355
- 注意:此字段可能返回 null,表示取不到有效值。
1356
1354
  */
1357
1355
  ScreenOrientation?: number;
1358
1356
  }