Commit 452c13d0 by ludi

Merge branch 'feature/v57版本pk迁移' of http://git.yabolive.net:88/pidan/FuSiLive…

Merge branch 'feature/v57版本pk迁移' of http://git.yabolive.net:88/pidan/FuSiLive into feature/v57版本pk迁移
parents f43b1e2f 9373d966
...@@ -298,7 +298,7 @@ NSString * const kLiveLinkMicRoleDidChanged = @"linkMicRoleChange"; ...@@ -298,7 +298,7 @@ NSString * const kLiveLinkMicRoleDidChanged = @"linkMicRoleChange";
self.captureHelper.onlyCapture = YES; self.captureHelper.onlyCapture = YES;
if([FUSLiveHelper shareInstance].liveRoomType != FUSRoomTypeLinkMic){ if([FUSLiveHelper shareInstance].liveRoomType != FUSRoomTypeLinkMic){
// 如果不是连麦房 // 如果不是连麦房
[weakSelf.captureHelper fus_pauseCapture]; [weakSelf.captureHelper fus_stopStreamPush];
[weakSelf.captureHelper fus_pauseAudioCapture]; [weakSelf.captureHelper fus_pauseAudioCapture];
// [weakSelf.agoraEngine startRtmpStreamWithoutTranscoding:[FUSLiveHelper shareInstance].streamView.pushView.streamUrl]; // [weakSelf.agoraEngine startRtmpStreamWithoutTranscoding:[FUSLiveHelper shareInstance].streamView.pushView.streamUrl];
} }
......
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