通话逻辑
This commit is contained in:
@@ -7,4 +7,8 @@ public class WebSocketManager {
|
||||
public String checkOnlineRoom(Long formUserId,Long toUserId){
|
||||
return "name";
|
||||
}
|
||||
|
||||
public String createRoom(Long id) {
|
||||
return "123";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user