@hysc/meeting 1.6.25 → 1.6.26
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/BMUser/BMUserVM.d.ts +0 -6
- package/esm/index.js +1 -1
- package/esm/index.js.map +2 -2
- package/package.json +3 -3
- package/umd/BMUser/BMUserVM.d.ts +0 -6
- package/umd/index.js +1 -1
package/esm/BMUser/BMUserVM.d.ts
CHANGED
|
@@ -39,12 +39,6 @@ export default class BMUserVM {
|
|
|
39
39
|
* @param userId 用户id
|
|
40
40
|
*/
|
|
41
41
|
removeUser(userId: string): void;
|
|
42
|
-
/**
|
|
43
|
-
* 是否在userList找到该用户,返回true or false
|
|
44
|
-
* @param bcUser bcUser对象
|
|
45
|
-
* @returns
|
|
46
|
-
*/
|
|
47
|
-
findUser(bcUser: BCUser): boolean;
|
|
48
42
|
/**
|
|
49
43
|
* 获取用户视频开启状态
|
|
50
44
|
* @param userId 用户id
|