@hysc/meeting 10.0.31 → 10.0.32

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
@@ -1,6 +1,6 @@
1
- import * as lodash_es from 'lodash-es';
2
1
  import * as _hysc_brtc from '@hysc/brtc';
3
2
  import { LocalStream, RemoteStream, Device, SubscribeOptions, VideoProfile, AudioHint, StreamCodecOption } from '@hysc/brtc';
3
+ import * as lodash_es from 'lodash-es';
4
4
  import BCClient, { BCUser, ShareMediaOptions, Player, AudioPlayer } from '@hysc/core';
5
5
  import { BehaviorSubject, Subject } from 'rxjs';
6
6
  import { BoomError } from '@hysc/utils';
@@ -1840,7 +1840,7 @@ declare class BMRoom {
1840
1840
  /**
1841
1841
  * 处理用户设备变化之后的逻辑
1842
1842
  */
1843
- private handleMediaDevicesChange;
1843
+ handleMediaDevicesChange: lodash_es.DebouncedFunc<(event: any) => Promise<void>>;
1844
1844
  setSelectAudioDevice(device: Device): void;
1845
1845
  setSelectVideoDevice(device: Device): void;
1846
1846
  setSelectSpeakerDevice(device: Device): void;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import * as lodash_es from 'lodash-es';
2
1
  import * as _hysc_brtc from '@hysc/brtc';
3
2
  import { LocalStream, RemoteStream, Device, SubscribeOptions, VideoProfile, AudioHint, StreamCodecOption } from '@hysc/brtc';
3
+ import * as lodash_es from 'lodash-es';
4
4
  import BCClient, { BCUser, ShareMediaOptions, Player, AudioPlayer } from '@hysc/core';
5
5
  import { BehaviorSubject, Subject } from 'rxjs';
6
6
  import { BoomError } from '@hysc/utils';
@@ -1840,7 +1840,7 @@ declare class BMRoom {
1840
1840
  /**
1841
1841
  * 处理用户设备变化之后的逻辑
1842
1842
  */
1843
- private handleMediaDevicesChange;
1843
+ handleMediaDevicesChange: lodash_es.DebouncedFunc<(event: any) => Promise<void>>;
1844
1844
  setSelectAudioDevice(device: Device): void;
1845
1845
  setSelectVideoDevice(device: Device): void;
1846
1846
  setSelectSpeakerDevice(device: Device): void;