diff options
author | Denis Kenzior <denkenz@gmail.com> | 2012-08-05 23:29:54 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2012-08-05 23:34:16 -0500 |
commit | 5863c56c3aca30528304875117032a94308578f0 (patch) | |
tree | adf8b77c78f65964a6dac337ad7c5857f3942b8d /doc | |
parent | 9ca225f8e7e3efa3648725bd6a7ad101624bce34 (diff) | |
download | ofono-5863c56c3aca30528304875117032a94308578f0.tar.bz2 |
doc: Add ReleaseAndSwap
Diffstat (limited to 'doc')
-rw-r--r-- | doc/voicecallmanager-api.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt index 94c17d2e..6af7d33c 100644 --- a/doc/voicecallmanager-api.txt +++ b/doc/voicecallmanager-api.txt @@ -106,6 +106,17 @@ Methods dict GetProperties() [service].Error.NotImplemented [service].Error.Failed + void ReleaseAndSwap() + + Releases currently active call (0 or more) and + activates any currently held calls. Please note that + if the current call is a multiparty call, then all + parties in the multi-party call will be released. + + Possible Errors: [service].Error.InProgress + [service].Error.NotImplemented + [service].Error.Failed + void HoldAndAnswer() Puts the current call (including multi-party calls) on |