@hysc/meeting 4.0.67 → 4.0.69

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.
@@ -1,14 +1,5 @@
1
1
  import BMUser from '../BMUser/BMUser';
2
2
  import { SingleStream } from '../type';
3
- /**
4
- * @name: BMSpeaker
5
- * @author: liuxinghai
6
- * @date: 2022-06-07 11:41
7
- * @description:BMSpeaker
8
- * 适配 brtc 流对象到 bloud 流对象接口,
9
- * 用户辅助采用 bloud SpeakerDetector 做说话人检测
10
- * @date: 2022-06-07 11:41
11
- */
12
3
  export default class BMSpeaker {
13
4
  private _user;
14
5
  private _stream;