浏览代码

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

huangxiaodong 11 月之前
父节点
当前提交
a586d4d170
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      创维盒子/双子星云手机/webRtc/webRtcPlayerViewController.m

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

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