修复:主播PK中,用户点击PK对手头像的方式进入直播间(被踢出过的),提示“已被踢出直播间”,之后会自动进入到别的主播直播间
This commit is contained in:
@@ -201,6 +201,8 @@ public class SocketSwClient {
|
||||
SocketReceiveBean received = JSON.parseObject(socketMsg, SocketReceiveBean.class);
|
||||
|
||||
JSONObject map = received.getMsg().getJSONObject(0);
|
||||
L.e("收到IM数据--->" + map.toString());
|
||||
|
||||
String ct="";
|
||||
switch (map.getString("_method_")) {
|
||||
//用户连麦
|
||||
|
||||
Reference in New Issue
Block a user