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 +0 -2
- package/liteav/trtc.js +0 -2
- package/package.json +1 -1
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