@hysc/meeting 5.0.29 → 5.0.31
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/boom-meeting/src/BMRoom/BMRoomVM.d.ts +1 -1
- package/esm/boom-meeting/src/type/customStats.d.ts +1 -0
- package/esm/index.js +1 -1
- package/esm/index.js.map +2 -2
- package/esm/src/BMRoom/BMRoomVM.d.ts +1 -1
- package/esm/src/type/customStats.d.ts +1 -0
- package/package.json +3 -3
- package/umd/boom-meeting/src/BMRoom/BMRoomVM.d.ts +1 -1
- package/umd/boom-meeting/src/type/customStats.d.ts +1 -0
- package/umd/index.js +1 -1
|
@@ -154,7 +154,7 @@ export default class BMRoomVM {
|
|
|
154
154
|
* 发送聊天公告
|
|
155
155
|
* @param notice
|
|
156
156
|
*/
|
|
157
|
-
sendChatNotice(notice: string, richNotice: object): Promise<void>;
|
|
157
|
+
sendChatNotice(notice: string, richNotice: object, showTipNotice: boolean): Promise<void>;
|
|
158
158
|
/**
|
|
159
159
|
* 是否允许点赞
|
|
160
160
|
* @param enable 0 不允许 1 允许
|