trtc-cloud-js-sdk 2.14.2-beta.2 → 2.14.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trtc-cloud-js-sdk",
|
|
3
|
-
"version": "2.14.2
|
|
3
|
+
"version": "2.14.2",
|
|
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.19.
|
|
22
|
+
"trtc-sdk-v5": "5.19.2-kit.1"
|
|
23
23
|
}
|
|
24
24
|
}
|
package/trtc-cloud-js-sdk.d.ts
CHANGED
|
@@ -1755,6 +1755,7 @@ declare class TRTC_Cloud extends EventEmitter {
|
|
|
1755
1755
|
* @param {Number} params.videoFps 帧率
|
|
1756
1756
|
* @param {Number} params.videoBitrate 码率
|
|
1757
1757
|
* @param {Boolean=} params.screenAudio 屏幕分享是否采集系统音频, 默认 false 不采集
|
|
1758
|
+
* @param {Boolean=} params.applyResolutionConstraints 是否将设置的分辨率作为约束应用于屏幕采集, 默认 false
|
|
1758
1759
|
* @param {MediaStreamTrack=} params.videoTrack 自定义采集的 videoTrack
|
|
1759
1760
|
* **Note:**
|
|
1760
1761
|
* - 采集系统声音只支持 Chrome M74+ ,在 Windows 和 Chrome OS 上,可以捕获整个系统的音频
|