RTC_ANSWER_MODE (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines possible answer modes. The IRTCClient2::AnswerMode method uses this enumeration.
Syntax
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
Header | rtccore.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |