房主离开模式的时候坑位头像可以点击查看资料
This commit is contained in:
@@ -172,12 +172,12 @@
|
||||
[self.roomHeaderView onRoomUpdate];
|
||||
if ([XPRoomMiniManager shareManager].getRoomInfo.uid != self.roomUid.integerValue) {// 最小化进房 还是原来的房间的话 不需要重新进入云信 因为压根没退
|
||||
[self.presenter enterNIMRoom:[NSString stringWithFormat:@"%ld", self.roomInfo.roomId] user:self.userInfo];
|
||||
[[XPRoomMiniManager shareManager] configRoomInfo:nil];
|
||||
} else {
|
||||
//虽然没退出房间 但是队列还是要拿的
|
||||
//TODO: 进同一个房间的话 不需要加入重新加入RTC
|
||||
[self enterRoomSuccess];
|
||||
}
|
||||
[[XPRoomMiniManager shareManager] configRoomInfo:nil];
|
||||
}
|
||||
} else { // 房间无效,分是否为自己房间进行处理
|
||||
if ([self.roomUid isEqualToString:[NSString stringWithFormat:@"%ld", userInfo.uid]]) { // 当前用户进入自己房间
|
||||
|
Reference in New Issue
Block a user