@hysc/meeting 10.4.2 → 10.4.4

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
@@ -2009,6 +2009,7 @@ declare class BMRoom {
2009
2009
  video: boolean;
2010
2010
  audio: boolean;
2011
2011
  }, sid?: string): Promise<_hysc_brtc.LocalStream>;
2012
+ private handleStreamInit;
2012
2013
  /**
2013
2014
  * 枚举视频输入设备
2014
2015
  *
package/dist/index.d.ts CHANGED
@@ -2009,6 +2009,7 @@ declare class BMRoom {
2009
2009
  video: boolean;
2010
2010
  audio: boolean;
2011
2011
  }, sid?: string): Promise<_hysc_brtc.LocalStream>;
2012
+ private handleStreamInit;
2012
2013
  /**
2013
2014
  * 枚举视频输入设备
2014
2015
  *