@hysc/meeting 5.0.27 → 5.0.29

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.
@@ -11,6 +11,7 @@ import BMStreamModel, { ConnectErrorMessage } from '../BMStream/BMStreamModel';
11
11
  import BMUser from '../BMUser/BMUser';
12
12
  import BMLiveVM from './BMLiveVM';
13
13
  import SingletonQueue, { PullItem } from "../SingletonQueue/SingletonQueue";
14
+ import AudioPlay from "../audioPlay/AudioPlay";
14
15
  interface BMRoomProps {
15
16
  initDevices: boolean;
16
17
  }
@@ -99,6 +100,7 @@ export default class BMRoom {
99
100
  brtc: boolean;
100
101
  };
101
102
  brtcNetEnableWatcher: Subject<boolean>;
103
+ audioPlayer: AudioPlay;
102
104
  get isSingleColumns(): boolean;
103
105
  /**
104
106
  * 传递信息用的,主要是用于message信令往上层业务发送消息
@@ -110,6 +112,7 @@ export default class BMRoom {
110
112
  isInWaitRoom: boolean;
111
113
  constructor({ initDevices }?: BMRoomProps);
112
114
  handleReprocessStreamError: () => void;
115
+ initAudioPlayer(playerContainerId: string): void;
113
116
  /**
114
117
  * 初始化底层会控相关
115
118
  * @param options