@hysc/meeting 4.0.72 → 4.0.74

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.
@@ -538,7 +538,7 @@ export default class BMRoom {
538
538
  */
539
539
  checkUserHasMaster(userId: string): boolean;
540
540
  changeNickName(userId: string, nickName: string): Promise<any>;
541
- handleQueueTask(streamModel: BMStreamModel, noPlayChanged?: boolean): Promise<void>;
541
+ handleQueueTask: (streamModel: BMStreamModel, noPlayChanged?: boolean) => Promise<void>;
542
542
  handleStreamTask(streamModel: BMStreamModel, noPlayChanged?: boolean): Promise<void>;
543
543
  /**
544
544
  * 处理拉流的逻辑