通话逻辑

This commit is contained in:
张良(004796)
2023-12-28 11:42:27 +08:00
parent c5e55374c9
commit f337f57df5
22 changed files with 643 additions and 9 deletions

View File

@@ -7,4 +7,8 @@ public class WebSocketManager {
public String checkOnlineRoom(Long formUserId,Long toUserId){
return "name";
}
public String createRoom(Long id) {
return "123";
}
}