Merge branch 'charlesmchen/simulataneousCalls2'

pull/1/head
Matthew Chen 8 years ago
commit a38a3318a6

@ -47,7 +47,7 @@ extension CallUIAdaptee {
AssertIsOnMainThread()
guard self.callService.call == nil else {
assertionFailure("unexpectedly found an existing call when trying to call back: \(recipientId)")
Logger.info("unexpectedly found an existing call when trying to start outgoing call: \(recipientId)")
return
}

Loading…
Cancel
Save