通话逻辑
This commit is contained in:
@@ -9,7 +9,11 @@ public interface WebSocketConstants {
|
||||
/**
|
||||
* websocketSession中的参数的key
|
||||
*/
|
||||
String LOGIN_USER_KEY = "loginUser";
|
||||
String TOKEN = "token";
|
||||
|
||||
String ROOM_ID = "roomId";
|
||||
|
||||
String USER_ID = "userId";
|
||||
|
||||
/**
|
||||
* 订阅的频道
|
||||
|
||||
Reference in New Issue
Block a user