"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).")
switch call.state {
case .remoteRinging:
Logger.debug("\(self.logTag) in \(#function) disconnect while ringing... we'll keep ringing")
case .connected:
call.state = .reconnecting
default:

Loading…
Cancel
Save