commit | 8e3d56ca5de3ca651d27d560eba406be21eb7aa1 | [log] [tgz] |
---|---|---|
author | maxwelb <maxwelb@google.com> | Wed Jun 28 14:04:21 2017 -0700 |
committer | Brandon Maxwell <maxwelb@google.com> | Fri Jun 30 14:40:31 2017 -0700 |
tree | caf5a3cb8bd3046cfde4163e8117d45f3b58bc75 | |
parent | ad2cb45e7006de3fbe1d953a61c57345ca40a6a0 [diff] |
Move Session State definition into Session The state of a session is more closely tied to the session itself, rather than the EnrichedCallManager. The enum was originally placed in the Manager as it was used in the API, but now that's no longer the case. This CL moves the Session State declaration into Session, which is a more appropriate location. Test: tap PiperOrigin-RevId: 160448612 Change-Id: I907476140bc174a061d48ee8e58878af64a62b29