修复了平台超管进房没有公屏
This commit is contained in:
@@ -1095,7 +1095,7 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
|
||||
}
|
||||
break;
|
||||
case NIMChatroomEventTypeEnter:
|
||||
if (content.source.userId.integerValue != [AccountInfoStorage instance].getUid.integerValue) {
|
||||
if (content.source.userId.integerValue != [AccountInfoStorage instance].getUid.integerValue && self.userInfo.platformRole != 1) {
|
||||
onLineNumber += 1;
|
||||
}else {///如果是自己的话 如果有坐骑的话
|
||||
[self userEnterRoomSuccess];
|
||||
|
Reference in New Issue
Block a user