Browse Source

进入推流打开悬浮弹窗,此时其他用户进行进入推流挤掉,退出云手机页面仍显示悬浮弹窗

huangxiaodong 11 months ago
parent
commit
a586d4d170

+ 5 - 0
创维盒子/双子星云手机/webRtc/webRtcPlayerViewController.m

@@ -116,6 +116,11 @@
         _playerSecondTimer = nil;
     }
     _webRtcMsgMod = nil;
+    
+    if(_playerSetV){
+        [_playerSetV removeFromSuperview];
+        _playerSetV = nil;
+    }
 }
 
 - (void)setWebRtcMsgMod:(webRtcMsgModel *)webRtcMsgMod