@hysc/meeting 3.0.15 → 3.0.16

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.
@@ -261,8 +261,9 @@ export default class BMRoomVM {
261
261
  /**
262
262
  * 主持人上报布局状态
263
263
  * @param layoutData
264
+ * @param replace
264
265
  */
265
- updateHostLayout(layoutData: HostLayout): Promise<void>;
266
+ updateHostLayout(layoutData: HostLayout, replace?: boolean): Promise<void>;
266
267
  checkDevices(userId: string): Promise<void>;
267
268
  resp2CheckDevices(deviceList: DeviceList, userId: string): Promise<void>;
268
269
  /**