瀏覽代碼

1.同步日志--1.复制透传

huangxiaodong 1 年之前
父節點
當前提交
26b628e98e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      创维盒子/双子星云手机/webRtc/webRtcPlayerViewController+AppDelegate.m

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

@@ -25,6 +25,7 @@
 {
     
     if(!ksharedAppDelegate.isDidShowPwdType){
+        [[webRtcManager shareManager] updateCopydata];
         //[self resumeStream];
         [self relinkWebRtcFunByBecomeActive];
     }
@@ -70,6 +71,7 @@
 #pragma mark 输入密码完成
 - (void)didInpuPwdOkFun
 {
+    [[webRtcManager shareManager] updateCopydata];
     //[self resumeStream];
     
     [self relinkWebRtcFunByBecomeActive];