Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines possible answer modes. The IRTCClient2::AnswerMode method uses this enumeration.
typedef enum RTC_ANSWER_MODE { RTCAM_OFFER_SESSION_EVENT, RTCAM_AUTOMATICALLY_ACCEPT, RTCAM_AUTOMATICALLY_REJECT, RTCAM_NOT_SUPPORTED } RTC_ANSWER_MODE;
Elements
- RTCAM_OFFER_SESSION_EVENT
Offer a session to the caller upon receipt. - RTCAM_AUTOMATICALLY_ACCEPT
Automatically accept an inbound call. - RTCAM_AUTOMATICALLY_REJECT
Automatically reject an outbound call. - RTCAM_NOT_SUPPORTED
Answer mode feature is not supported.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCClient2::AnswerMode
Send Feedback on this topic to the authors