This commit is contained in:
18792927508
2023-11-23 18:47:16 +08:00
parent d282515d64
commit 217dda4225
13 changed files with 205 additions and 230 deletions
@@ -101,7 +101,7 @@ public interface ICaseApplicationService {
* 腾讯云销毁房间回调
* @return
*/
String createRoomId(Long caseId);
long createRoomId(Long caseId);
/**
* 根据案件id查询已预约的会议
@@ -111,4 +111,5 @@ public interface ICaseApplicationService {
List<ReservedConference> reserveConferenceList(Long caseId);
AjaxResult deleteRoom( String roomId);
}