aliyun-rtc-sdk 6.14.4 → 6.14.5
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/dist/aliyun-rtc-sdk.es.js +837 -825
- package/dist/aliyun-rtc-sdk.umd.js +13 -13
- package/dist/plugins/beautyPlugin.d.ts +1 -1
- package/dist/types/index.d.ts +2 -2
- package/package.json +2 -2
|
@@ -116,7 +116,7 @@ declare class AliRtcLocalStreamInfo extends EventEmitter<AliRtcLocalStreamListen
|
|
|
116
116
|
* @param profileName
|
|
117
117
|
* @param profileValue
|
|
118
118
|
*/
|
|
119
|
-
updateVideoProfile(profileName?: string, profileValue?: Partial<IProfile
|
|
119
|
+
updateVideoProfile(profileName?: string, profileValue?: Partial<IProfile>, skipConstraints?: boolean): Promise<void>;
|
|
120
120
|
get videoProfile(): string | undefined;
|
|
121
121
|
setVideoContentHint(hint?: string): void;
|
|
122
122
|
/**
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1790,7 +1790,7 @@ export declare class AliRtcLocalStreamInfo extends default_2<AliRtcLocalStreamLi
|
|
|
1790
1790
|
* @param profileName
|
|
1791
1791
|
* @param profileValue
|
|
1792
1792
|
*/
|
|
1793
|
-
updateVideoProfile(profileName?: string, profileValue?: Partial<IProfile
|
|
1793
|
+
updateVideoProfile(profileName?: string, profileValue?: Partial<IProfile>, skipConstraints?: boolean): Promise<void>;
|
|
1794
1794
|
get videoProfile(): string | undefined;
|
|
1795
1795
|
setVideoContentHint(hint?: string): void;
|
|
1796
1796
|
/**
|
|
@@ -2610,7 +2610,7 @@ declare class LocalStreamManager extends default_2<LocalStreamManagerListener> {
|
|
|
2610
2610
|
* @param {string} profileKey
|
|
2611
2611
|
* @param {IProfile} profile
|
|
2612
2612
|
*/
|
|
2613
|
-
setVideoProfile(profileKey?: string, profile?: Partial<IProfile
|
|
2613
|
+
setVideoProfile(profileKey?: string, profile?: Partial<IProfile>, skipConstraints?: boolean): Promise<void>;
|
|
2614
2614
|
/**
|
|
2615
2615
|
* 设置摄像头流 content hint
|
|
2616
2616
|
* @param {string} hint
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aliyun-rtc-sdk",
|
|
3
|
-
"version": "6.14.
|
|
3
|
+
"version": "6.14.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "rtc web sdk of aliyun",
|
|
6
6
|
"main": "dist/aliyun-rtc-sdk.umd.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@aliyun-sls/web-sts-plugin": "^0.3.5",
|
|
11
11
|
"@aliyun-sls/web-track-browser": "^0.3.5",
|
|
12
12
|
"aliyun-queen-engine": "^6.3.3",
|
|
13
|
-
"aliyun-rts-sdk": "^2.12.
|
|
13
|
+
"aliyun-rts-sdk": "^2.12.2",
|
|
14
14
|
"crypto-js": "^4.1.1",
|
|
15
15
|
"dateformat": "^5.0.3",
|
|
16
16
|
"eventemitter3": "^5.0.1",
|