Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-02-03 11:33:22 -05:00
parent 660ff056e2
commit d7138b6c83
1 changed files with 1 additions and 0 deletions

View File

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