diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index dbb459760..52851aa24 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -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;