From b937d99791abc8c33ef968be40f193f3985bca8d Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 25 Jan 2011 15:58:55 -0600 Subject: [PATCH] doc: Update ReleaseAndAnswer to be more clear --- doc/voicecallmanager-api.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt index 2bf9ded3..54153458 100644 --- a/doc/voicecallmanager-api.txt +++ b/doc/voicecallmanager-api.txt @@ -67,10 +67,10 @@ Methods dict GetProperties() void ReleaseAndAnswer() - Releases currently active call and answers the currently - waiting call. Please note that if the current call is - a multiparty call, then all parties in the multi-party - call will be released. + Releases currently active call (0 or more) and + answers the currently waiting call. Please note that + if the current call is a multiparty call, then all + parties in the multi-party call will be released. void HoldAndAnswer()