|
@@ -1571,6 +1571,7 @@ NSDate *lastVideoTome;/*上一帧数据时间*/
|
|
|
- (void)LogoutByOtherFun
|
|
|
{
|
|
|
//
|
|
|
+ [self disconnectVideoServer];
|
|
|
|
|
|
_canShowImgAndVoiceType = NO;
|
|
|
|
|
@@ -1647,6 +1648,7 @@ NSDate *lastVideoTome;/*上一帧数据时间*/
|
|
|
_canShowImgAndVoiceType = isCan;
|
|
|
|
|
|
if(_isLoginAgainType ){
|
|
|
+ [self tryAgain];
|
|
|
[self fristConnectNeedGiveAMsgFun];
|
|
|
}
|
|
|
}
|