Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent 660ff056e2
commit d7138b6c83

@ -412,6 +412,7 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
} }
if ([Environment getCurrent].callService.call != nil) { if ([Environment getCurrent].callService.call != nil) {
DDLogWarn(@"%@ ignoring INStartAudioCallIntent due to ongoing WebRTC call.", self.tag); DDLogWarn(@"%@ ignoring INStartAudioCallIntent due to ongoing WebRTC call.", self.tag);
return NO;
} }
OutboundCallInitiator *outboundCallInitiator = [Environment getCurrent].outboundCallInitiator; OutboundCallInitiator *outboundCallInitiator = [Environment getCurrent].outboundCallInitiator;

Loading…
Cancel
Save