修改了加入房间 获取麦序

This commit is contained in:
fengshuo
2021-10-21 17:37:26 +08:00
committed by zu
parent 12831cfd3c
commit cdcfda385f
22 changed files with 503 additions and 6 deletions

View File

@@ -153,7 +153,7 @@
- (void)getRoomInfoSuccess:(RoomInfoModel *)roomInfo {
NSString * uid = [AccountInfoStorage instance].getUid;
if ([self.roomUid isEqualToString:uid]) {///
if (roomInfo == nil || roomInfo.valid) {
if (roomInfo == nil || !roomInfo.valid) {
self.isOpenRoom = YES;
if (self.usereInfo) {
[self openRoomWithUserInfo];