@hysc/meeting 1.8.41 → 1.8.42
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/esm/index.js +1 -1
- package/esm/index.js.map +2 -2
- package/esm/src/BMRoom/BMRoomInfo.d.ts +4 -0
- package/esm/src/BMRoom/BMRoomVM.d.ts +5 -0
- package/esm/src/type/customStats.d.ts +1 -0
- package/package.json +1 -1
- package/umd/index.js +1 -1
- package/umd/src/BMRoom/BMRoomInfo.d.ts +4 -0
- package/umd/src/BMRoom/BMRoomVM.d.ts +5 -0
- package/umd/src/type/customStats.d.ts +1 -0
|
@@ -209,6 +209,11 @@ export default class BMRoomVM {
|
|
|
209
209
|
*/
|
|
210
210
|
forceOpenUserMic(enable: true | false): Promise<void>;
|
|
211
211
|
/**
|
|
212
|
+
* 入会提示音设置
|
|
213
|
+
* @param enable 0关闭 1开启
|
|
214
|
+
*/
|
|
215
|
+
joinCueVoice(enable: 0 | 1): Promise<void>;
|
|
216
|
+
/**
|
|
212
217
|
* 是否全员可录制
|
|
213
218
|
* @param enable 0全员 1嘉宾 2仅主持人
|
|
214
219
|
*/
|