@hysc/meeting 10.2.5 → 10.2.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.
package/dist/index.d.mts CHANGED
@@ -1848,7 +1848,7 @@ declare class BMRoom {
1848
1848
  /**
1849
1849
  * 初始化输入设备
1850
1850
  */
1851
- initDevices(): Promise<any>;
1851
+ initDevices(devicechange?: boolean): Promise<any>;
1852
1852
  /**
1853
1853
  * 筛选出默认选中的设备,如果没有,选择第一个
1854
1854
  * @param devices
package/dist/index.d.ts CHANGED
@@ -1848,7 +1848,7 @@ declare class BMRoom {
1848
1848
  /**
1849
1849
  * 初始化输入设备
1850
1850
  */
1851
- initDevices(): Promise<any>;
1851
+ initDevices(devicechange?: boolean): Promise<any>;
1852
1852
  /**
1853
1853
  * 筛选出默认选中的设备,如果没有,选择第一个
1854
1854
  * @param devices