@hysc/meeting 10.0.31 → 10.0.33
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +6 -6
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';
|
|
@@ -820,7 +820,7 @@ declare class BMStreamModel {
|
|
|
820
820
|
/**
|
|
821
821
|
* 当前是不是正在播放
|
|
822
822
|
* @param containerId sdk绑定播放器容器id
|
|
823
|
-
* @param
|
|
823
|
+
* @param small
|
|
824
824
|
*/
|
|
825
825
|
currentIsPlaying: (containerId: string, small?: boolean) => PlayerState;
|
|
826
826
|
/**
|
|
@@ -1840,7 +1840,7 @@ declare class BMRoom {
|
|
|
1840
1840
|
/**
|
|
1841
1841
|
* 处理用户设备变化之后的逻辑
|
|
1842
1842
|
*/
|
|
1843
|
-
|
|
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';
|
|
@@ -820,7 +820,7 @@ declare class BMStreamModel {
|
|
|
820
820
|
/**
|
|
821
821
|
* 当前是不是正在播放
|
|
822
822
|
* @param containerId sdk绑定播放器容器id
|
|
823
|
-
* @param
|
|
823
|
+
* @param small
|
|
824
824
|
*/
|
|
825
825
|
currentIsPlaying: (containerId: string, small?: boolean) => PlayerState;
|
|
826
826
|
/**
|
|
@@ -1840,7 +1840,7 @@ declare class BMRoom {
|
|
|
1840
1840
|
/**
|
|
1841
1841
|
* 处理用户设备变化之后的逻辑
|
|
1842
1842
|
*/
|
|
1843
|
-
|
|
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;
|