commit | 4857f476eded24a3e86eaaae6934f3f270bb4b31 | [log] [tgz] |
---|---|---|
author | Sailesh Nepal <sail@google.com> | Mon Apr 07 22:26:27 2014 -0700 |
committer | Sailesh Nepal <sail@google.com> | Mon Apr 07 22:26:27 2014 -0700 |
tree | cea9f25ebaeb93486d1dd768b64d1f71aa6b0248 | |
parent | 3985c19a71f14a842f73ce2d21dd10648bac512f [diff] |
Handle disconnect during handoff Currently the handoff code expects that the original call will stay alive during the handoff. If the original call disconnects then handoff is cancelled and both calls are removed. With this CL, if the original call disconnects during handoff it's kept alive. If the handoff fails then the both calls are removed. If handoff succeeds then the original call is updated with the handoff call's state. Change-Id: Ie4a6d38d990812cc1e83c81502c008bcf9a35053