trtc-cloud-js-sdk 2.13.1-beta.1 → 2.13.1-beta.3
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-beta.
|
|
3
|
+
"version": "2.13.1-beta.3",
|
|
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.4-beta.
|
|
22
|
+
"trtc-sdk-v5": "5.18.4-beta.9"
|
|
23
23
|
}
|
|
24
24
|
}
|
package/trtc-cloud-js-sdk.d.ts
CHANGED
|
@@ -1223,6 +1223,7 @@ declare class TRTC_Cloud extends EventEmitter {
|
|
|
1223
1223
|
private _isBeautyEnabled;
|
|
1224
1224
|
private _isTestBeautyEnabled;
|
|
1225
1225
|
private _enableAutoPlayDialog;
|
|
1226
|
+
private _isWaterMark;
|
|
1226
1227
|
private _sdkAppId;
|
|
1227
1228
|
private _userId;
|
|
1228
1229
|
private _userSig;
|
|
@@ -1906,6 +1907,7 @@ declare class TRTC_Cloud extends EventEmitter {
|
|
|
1906
1907
|
private _resolveAIDenoiserMode;
|
|
1907
1908
|
private _handleBeautyStyleParam;
|
|
1908
1909
|
private _resetBeautyStyle;
|
|
1910
|
+
setWaterMark(params: any): Promise<void>;
|
|
1909
1911
|
/**
|
|
1910
1912
|
* 获取麦克风设备列表<br>
|
|
1911
1913
|
* @returns {Promise<TRTCDeviceInfo[]>} 麦克风管理器列表
|