ICtiCallStateManager.AnswerCall(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the answer call request was sent to the hosted CTI interface.
public:
bool AnswerCall(Guid ctiCallRefCallId);
public bool AnswerCall (Guid ctiCallRefCallId);
abstract member AnswerCall : Guid -> bool
Public Function AnswerCall (ctiCallRefCallId As Guid) As Boolean
Parameters
- ctiCallRefCallId
- Guid
Specifies the reference Id identifying the call.
Returns
True
if the request was successfully sent, otherwise false
.