trtc-cloud-js-sdk 2.13.0-beta.6 → 2.13.0-beta.8

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.0-beta.6",
3
+ "version": "2.13.0-beta.8",
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",
@@ -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 上,可以捕获整个系统的音频