Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent b6531a8b5d
commit 1a400f8414

@ -505,9 +505,8 @@ protocol CallServiceObserver: class {
// be ready. // be ready.
// //
// TODO: Auto-accept this incoming call if our current call was either a) outgoing or // TODO: Auto-accept this incoming call if our current call was either a) outgoing or
// b) ever connected. There will be a bit of complexity around making sure that two // b) never connected. There will be a bit of complexity around making sure that two
// parties that call each other at // parties that call each other at the same time end up connected.
switch self.call!.state { switch self.call!.state {
case .idle, .dialing, .remoteRinging: case .idle, .dialing, .remoteRinging:
// If both users are trying to call each other at the same time, // If both users are trying to call each other at the same time,

Loading…
Cancel
Save