Commit b2e801f6 by suolong

修复连麦问题

parent dbdf522c
...@@ -2175,7 +2175,7 @@ typedef NS_ENUM(NSInteger, FUSStreamState) { ...@@ -2175,7 +2175,7 @@ typedef NS_ENUM(NSInteger, FUSStreamState) {
return _streamView.playView; return _streamView.playView;
} }
- (FUSStreamPlayView *)ff_playViewForMainUid:(NSString *)mainUid { - (FUSStreamPlayView *)fus_playViewForMainUid:(NSString *)mainUid {
if ([self.playView.mainUID isEqual:mainUid]) { if ([self.playView.mainUID isEqual:mainUid]) {
return self.playView; return self.playView;
} }
......
...@@ -224,7 +224,7 @@ static NSString *const kByteRTCMediaStreamTypeBoth = @"kByteRTCMediaStreamTypeBo ...@@ -224,7 +224,7 @@ static NSString *const kByteRTCMediaStreamTypeBoth = @"kByteRTCMediaStreamTypeBo
return; return;
} }
if ([FUSLiveHelper shareInstance].roomInfoModel.roomId.integerValue) { if ([FUSLiveHelper shareInstance].roomInfoModel.roomId.integerValue != channelId.integerValue) {
FUSLogDebug(@"pp===中断加入频道 %@", channelId); FUSLogDebug(@"pp===中断加入频道 %@", channelId);
FUSLogDebug(@"pp===当前channelid %@", [FUSLiveHelper shareInstance].roomInfoModel.roomId); FUSLogDebug(@"pp===当前channelid %@", [FUSLiveHelper shareInstance].roomInfoModel.roomId);
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment