Description
The Answer method answers the offering call.
[Visual Basic]
Function Answer() As Boolean
[C#]
public Boolean Answer(void);
Parameters
- None.
Return values
If the function succeeds, the return TRUE, otherwise return FALSE. Use ErrCode property to get the error code if return FALSE.
Remarks
When a new call arrives, applications with an interest in the call are sent a OnNewCall event to provide the new call handle and to inform the application about the call's state
In some telephony environments (like ISDN), where user alerting is separate from call offering, the application can have the option to accept a call prior to answering or to reject or redirect the offering call.
See Also
AcceptSupport editions



