@hysc/meeting 2.6.74 → 2.6.76
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/esm/index.js +1 -1
- package/esm/index.js.map +2 -2
- package/esm/src/BMRoom/BMRoom.d.ts +2 -1
- package/package.json +3 -3
- package/umd/index.js +1 -1
- package/umd/src/BMRoom/BMRoom.d.ts +2 -1
|
@@ -218,8 +218,9 @@ export default class BMRoom {
|
|
|
218
218
|
/**
|
|
219
219
|
* 开关本地摄像头
|
|
220
220
|
* @param status true:开,false:关
|
|
221
|
+
* @param videoTrack
|
|
221
222
|
*/
|
|
222
|
-
setLocalVideoEnable(status: boolean): Promise<void>;
|
|
223
|
+
setLocalVideoEnable(status: boolean, videoTrack?: MediaStreamTrack): Promise<void>;
|
|
223
224
|
/**
|
|
224
225
|
* 开关本地麦克风
|
|
225
226
|
* @param status true:开,false:关
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hysc/meeting",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.76",
|
|
4
4
|
"description": "boom meeting",
|
|
5
5
|
"main": "umd/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"author": "yangliye",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@hysc/core": "2.6.
|
|
17
|
+
"@hysc/core": "2.6.53",
|
|
18
18
|
"lodash-es": "^4.17.21",
|
|
19
19
|
"mitt": "^3.0.0",
|
|
20
20
|
"@hysc/p-queue": "6.3.0",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@hysc/utils": "1.2.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@hysc/core": "2.6.
|
|
26
|
+
"@hysc/core": "2.6.53"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/lodash-es": "^4.17.6"
|