@hysc/meeting 10.0.43 → 10.0.44
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 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as lodash_es from 'lodash-es';
|
|
2
2
|
import * as _hysc_brtc from '@hysc/brtc';
|
|
3
3
|
import { LocalStream, RemoteStream, Device, SubscribeOptions, VideoProfile, AudioHint, StreamCodecOption } from '@hysc/brtc';
|
|
4
|
-
import BCClient, { ShareMediaOptions, Player, BCUser, AudioPlayer } from '@hysc/core';
|
|
4
|
+
import BCClient, { ShareMediaOptions, Player, BCUser, AudioPlayer, SMConfig } from '@hysc/core';
|
|
5
5
|
import { BehaviorSubject, Subject } from 'rxjs';
|
|
6
6
|
import { BoomError } from '@hysc/utils';
|
|
7
7
|
export { Logger } from '@hysc/utils';
|
|
@@ -1540,7 +1540,7 @@ declare class BMRoomVM {
|
|
|
1540
1540
|
* @param {number} cloudRecord.recordStatus
|
|
1541
1541
|
* @returns
|
|
1542
1542
|
*/
|
|
1543
|
-
|
|
1543
|
+
updateCloudRecord(cloudRecord: CloudRecord): Promise<any>;
|
|
1544
1544
|
/**
|
|
1545
1545
|
* 更改 隐藏会议号和密码
|
|
1546
1546
|
* @param cloudRecord
|
|
@@ -1817,6 +1817,7 @@ declare class BMRoom {
|
|
|
1817
1817
|
* @param event
|
|
1818
1818
|
*/
|
|
1819
1819
|
private handleSubMessage;
|
|
1820
|
+
configSM(smConfig: SMConfig): void;
|
|
1820
1821
|
/**
|
|
1821
1822
|
* 设置视频分辨率, 需要在入会之前调用
|
|
1822
1823
|
* @param profile 设置视频分辨率
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as lodash_es from 'lodash-es';
|
|
2
2
|
import * as _hysc_brtc from '@hysc/brtc';
|
|
3
3
|
import { LocalStream, RemoteStream, Device, SubscribeOptions, VideoProfile, AudioHint, StreamCodecOption } from '@hysc/brtc';
|
|
4
|
-
import BCClient, { ShareMediaOptions, Player, BCUser, AudioPlayer } from '@hysc/core';
|
|
4
|
+
import BCClient, { ShareMediaOptions, Player, BCUser, AudioPlayer, SMConfig } from '@hysc/core';
|
|
5
5
|
import { BehaviorSubject, Subject } from 'rxjs';
|
|
6
6
|
import { BoomError } from '@hysc/utils';
|
|
7
7
|
export { Logger } from '@hysc/utils';
|
|
@@ -1540,7 +1540,7 @@ declare class BMRoomVM {
|
|
|
1540
1540
|
* @param {number} cloudRecord.recordStatus
|
|
1541
1541
|
* @returns
|
|
1542
1542
|
*/
|
|
1543
|
-
|
|
1543
|
+
updateCloudRecord(cloudRecord: CloudRecord): Promise<any>;
|
|
1544
1544
|
/**
|
|
1545
1545
|
* 更改 隐藏会议号和密码
|
|
1546
1546
|
* @param cloudRecord
|
|
@@ -1817,6 +1817,7 @@ declare class BMRoom {
|
|
|
1817
1817
|
* @param event
|
|
1818
1818
|
*/
|
|
1819
1819
|
private handleSubMessage;
|
|
1820
|
+
configSM(smConfig: SMConfig): void;
|
|
1820
1821
|
/**
|
|
1821
1822
|
* 设置视频分辨率, 需要在入会之前调用
|
|
1822
1823
|
* @param profile 设置视频分辨率
|