Share via


RTC_ANSWER_MODE (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.