@hysc/meeting 2.6.77 → 2.6.79

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.
@@ -105,7 +105,7 @@ export default class BMUser {
105
105
  */
106
106
  get isSignal(): boolean;
107
107
  /**
108
- * 检测当前用户是否有主持人权限
108
+ * 检测当前用户是否有管理
109
109
  */
110
110
  checkLocalHasMaster(): boolean;
111
111
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hysc/meeting",
3
- "version": "2.6.77",
3
+ "version": "2.6.79",
4
4
  "description": "boom meeting",
5
5
  "main": "umd/index.js",
6
6
  "module": "esm/index.js",