소스 검색

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

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