|
|
@@ -477,9 +477,10 @@ bool isDownType22 = YES;
|
|
|
ksharedAppDelegate.isDidShowPwdType = NO;
|
|
|
ksharedAppDelegate.NASFileByBoxService = nil;
|
|
|
ksharedAppDelegate.NASShareFileService = nil;
|
|
|
+ ksharedAppDelegate.DeviceWebRtcMsgMod = nil;
|
|
|
HLog(@"isWebSockLinkOKAginType NO")
|
|
|
|
|
|
- [[webRtcManager shareManager] beginToLinkWebRtcFun];
|
|
|
+ //[[webRtcManager shareManager] beginToLinkWebRtcFun];
|
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
|
|
|
});
|
|
|
|