trtc-electron-sdk 13.0.709-beta.1 → 13.0.709-beta.2

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/liteav/trtc.d.ts CHANGED
@@ -1272,8 +1272,6 @@ declare class TRTCCloud extends EventEmitter {
1272
1272
  /**
1273
1273
  * 设置摄像头采集偏好
1274
1274
  *
1275
- * 注意:目前只支持 `Windows` 系统
1276
- *
1277
1275
  * @param {TRTCCameraCaptureParams} params - 摄像头采集参数
1278
1276
  */
1279
1277
  setCameraCaptureParams(params: TRTCCameraCaptureParams): void;
package/liteav/trtc.js CHANGED
@@ -2302,8 +2302,6 @@ class TRTCCloud extends events_1.EventEmitter {
2302
2302
  /**
2303
2303
  * 设置摄像头采集偏好
2304
2304
  *
2305
- * 注意:目前只支持 `Windows` 系统
2306
- *
2307
2305
  * @param {TRTCCameraCaptureParams} params - 摄像头采集参数
2308
2306
  */
2309
2307
  setCameraCaptureParams(params) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-electron-sdk",
3
- "version": "13.0.709-beta.1",
3
+ "version": "13.0.709-beta.2",
4
4
  "description": "trtc electron sdk",
5
5
  "main": "./liteav/index.js",
6
6
  "types": "./liteav/index.d.ts",