Commit 1cc26998 by ludi

Merge branch 'feature/邀请有奖' of http://git.yabolive.net:88/pidan/FuSiLive into feature/邀请有奖

parents 37fe80be c9bf4414
......@@ -695,9 +695,9 @@ typedef id<FUSVideoPlayerProtocal> FUSStreamPlayer;
&& player.playState != FUSVideoPlayerPlayStateFinish
&& player.playState != FUSVideoPlayerPlayStateError) {
if (!self.isBaofangPlayer && FUSConfig.sharedInstanced.liveConfigs.isInRoom) {
[self fus_destroyAllPlayer];
}
// if (!self.isBaofangPlayer && FUSConfig.sharedInstanced.liveConfigs.isInRoom) {
// [self fus_destroyAllPlayer];
// }
[self fus_playingStatusDidChangedHandler:YES player:player];
NSMutableDictionary *dict = [NSMutableDictionary dictionary];
if (player.videoId) {
......
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