trtc-cloud-js-sdk 2.13.1 → 2.13.2-beta.1

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": "trtc-cloud-js-sdk",
3
- "version": "2.13.1",
3
+ "version": "2.13.2-beta.1",
4
4
  "description": "Tencent Cloud RTC SDK for Web And Electron",
5
5
  "main": "trtc-cloud-js-sdk.js",
6
6
  "module": "trtc-cloud-js-sdk.esm.js",
@@ -19,6 +19,6 @@
19
19
  "author": "Tencent Cloud Client R&D Center",
20
20
  "license": "ISC",
21
21
  "dependencies": {
22
- "trtc-sdk-v5": "5.18.3-kit.2"
22
+ "trtc-sdk-v5": "5.18.4-beta.12"
23
23
  }
24
24
  }
@@ -1744,6 +1744,7 @@ declare class TRTC_Cloud extends EventEmitter {
1744
1744
  * @param {Number} params.videoFps 帧率
1745
1745
  * @param {Number} params.videoBitrate 码率
1746
1746
  * @param {Boolean=} params.screenAudio 屏幕分享是否采集系统音频, 默认 false 不采集
1747
+ * @param {Boolean=} params.applyResolutionConstraints 是否将设置的分辨率作为约束应用于屏幕采集, 默认 false
1747
1748
  * @param {MediaStreamTrack=} params.videoTrack 自定义采集的 videoTrack
1748
1749
  * **Note:**
1749
1750
  * - 采集系统声音只支持 Chrome M74+ ,在 Windows 和 Chrome OS 上,可以捕获整个系统的音频
@@ -2050,6 +2051,7 @@ declare class TRTC_Cloud extends EventEmitter {
2050
2051
  private _getTRTCResolution;
2051
2052
  private _getTRTCVideoProfile;
2052
2053
  private _getTRTCStreamType;
2054
+ private _getTRTCCloudStreamType;
2053
2055
  private _getTRTCFillMode;
2054
2056
  private _getTRTCCloudVideoFillMode;
2055
2057
  private _getTRTCCloudMirrorType;