@hysc/meeting 4.0.5 → 4.0.7

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.
@@ -57,7 +57,7 @@ export default class BMUserVM {
57
57
  /**
58
58
  * 检测当前用户是否有主持人权限
59
59
  */
60
- checkLocalHasMaster(): any;
60
+ checkLocalHasMaster(): boolean;
61
61
  /**
62
62
  * 检测目标用户是否有主持人权限
63
63
  */
@@ -1,2 +1,2 @@
1
1
  import BMRoom from "../BMRoom/BMRoom";
2
- export declare function handleCustomMessage(data: any, bmRoom: BMRoom, observes: any): void;
2
+ export declare function handleCustomStats(data: any, bmRoom: BMRoom, observes: any): void;