Browse Source

1.PC断可能开启键盘透传 每次进入先关闭

huangxiaodong 11 months ago
parent
commit
9cdfb3be09

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

@@ -1122,6 +1122,10 @@
                 //客户端停止写日志
                 [ksharedAppDelegate.WebRtcLogger stop];
             });
+            
+            //PC断可能开启键盘透传 每次进入先关闭
+            NSString *str = [RCCommandHelp commandCloseLoaclKeyboad];
+            [[webRtcManager shareManager] send_data:str];
         }
             break;
         case RTCIceConnectionStateCompleted: