@hysc/meeting 4.0.10 → 4.0.12

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.
@@ -67,7 +67,7 @@ export default class BMUserVM {
67
67
  * @param {string} userId
68
68
  */
69
69
  getUser(userId: string): BMUser | undefined;
70
- getAllUsers(pageIndex: number, allUsers: Map<string, BCUser>): Promise<void>;
70
+ getAllUsers(pageIndex: number, allUsers: Map<string, BCUser>, permission?: string): Promise<void>;
71
71
  /**
72
72
  * 刚加入房间时初始化人数
73
73
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hysc/meeting",
3
- "version": "4.0.10",
3
+ "version": "4.0.12",
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": "4.0.10",
17
+ "@hysc/core": "4.0.12",
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.3"
24
24
  },
25
25
  "peerDependencies": {
26
- "@hysc/core": "4.0.10"
26
+ "@hysc/core": "4.0.12"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash-es": "^4.17.6"
@@ -67,7 +67,7 @@ export default class BMUserVM {
67
67
  * @param {string} userId
68
68
  */
69
69
  getUser(userId: string): BMUser | undefined;
70
- getAllUsers(pageIndex: number, allUsers: Map<string, BCUser>): Promise<void>;
70
+ getAllUsers(pageIndex: number, allUsers: Map<string, BCUser>, permission?: string): Promise<void>;
71
71
  /**
72
72
  * 刚加入房间时初始化人数
73
73
  */