RTC_ANSWER_MODE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

RTC Client API Enumerations
IRTCClient2::AnswerMode