@@ -691,6 +691,10 @@ fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {
[self performSelector:@selector(toCheckTheIMStatus) withObject:nil afterDelay:5.0];
+ [self performSelector:@selector(toRecoveryTheLive) withObject:nil afterDelay:1.0];
+}
+
+- (void)toRecoveryTheLive{
SendNotification(@"kNotification_RecoveryTheLive");//如果在直播间 通知一下服务器
}