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