@hysc/meeting 3.0.24 → 3.0.26
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 +3 -3
- package/esm/index.js.map +2 -2
- package/esm/src/BMRoom/BMRoom.d.ts +1 -0
- package/package.json +3 -3
- package/umd/index.js +3 -3
- package/umd/src/BMRoom/BMRoom.d.ts +1 -0
|
@@ -399,6 +399,7 @@ export default class BMRoom {
|
|
|
399
399
|
* @param {Boolean} options.switch - 房间是否开启准入开关,可选
|
|
400
400
|
* @param {Boolean} options.lock - 房间是否锁定
|
|
401
401
|
* @param {Boolean} options.secret - 不为空时表示房间密码,为以`md5(${room}.${secret})`计算所得值为参数
|
|
402
|
+
* @param {Boolean} options.waitroom - 开关等候室 false 关闭
|
|
402
403
|
* @returns {Promise}
|
|
403
404
|
*/
|
|
404
405
|
update(options: any): Promise<any>;
|