@hysc/meeting 1.6.29 → 1.6.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/BMRoom/BMRoomVM.d.ts +1 -1
- package/esm/index.js +2 -2
- package/esm/index.js.map +3 -3
- package/package.json +3 -3
- package/umd/BMRoom/BMRoomVM.d.ts +1 -1
- package/umd/index.js +2 -2
package/esm/BMRoom/BMRoomVM.d.ts
CHANGED
|
@@ -123,7 +123,7 @@ export default class BMRoomVM {
|
|
|
123
123
|
* @param uid 用户id
|
|
124
124
|
* @param uid msg
|
|
125
125
|
*/
|
|
126
|
-
tipUser(uid: string, msg: string, richMsg: object, time: any): Promise<
|
|
126
|
+
tipUser(uid: string, msg: string, richMsg: object, time: any): Promise<void>;
|
|
127
127
|
/**
|
|
128
128
|
* 举手相关操作
|
|
129
129
|
* @param type 视频还是音频举手 audio/video
|