"Reconnecting..." fixup

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent e5b535ccf1
commit 1967b5d29e

@ -790,6 +790,8 @@ protocol CallServiceObserver: class {
Logger.info("\(self.logTag) in \(#function): \(call.identifiersForLogs).") Logger.info("\(self.logTag) in \(#function): \(call.identifiersForLogs).")
switch call.state { switch call.state {
case .remoteRinging:
Logger.debug("\(self.logTag) in \(#function) disconnect while ringing... we'll keep ringing")
case .connected: case .connected:
call.state = .reconnecting call.state = .reconnecting
default: default:

Loading…
Cancel
Save