RTC_ANSWER_MODE

The RTC_ANSWER_MODE enumeration describes the answer modes. The IRTCClient2::get_AnswerMode and IRTCClient2::put_AnswerMode methods use a value of this enumeration.

typedef enum RTC_ANSWER_MODE
{
  RTCAM_OFFER_SESSION_EVENT, 
  RTCAM_AUTOMATICALLY_ACCEPT, 
  RTCAM_AUTOMATICALLY_REJECT, 
  RTCAM_NOT_SUPPORTED
} RTC_ANSWER_MODE;

Constants

  • 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 inbound call.
  • RTCAM_NOT_SUPPORTED
    The answer mode feature is not supported by the client application.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.