RTC_SESSION_TYPE (Windows CE 5.0)

Send Feedback

This enumeration defines possible session types. The IRTCSession::Type method uses this enumeration.

typedef enum RTC_SESSION_TYPE {RTCST_PC_TO_PC,RTCST_PC_TO_PHONE,RTCST_PHONE_TO_PHONE,RTCST_IM,   RTCST_MULTIPARTY_IM,  RTCST_APPLICATION} RTC_SESSION_TYPE;

Elements

  • RTCST_PC_TO_PC
    A PC-to-PC call. Windows CE supports the audio media types. It doesn't support video or T120 (application-sharing and whiteboard).

  • RTCST_PC_TO_PHONE
    A PC-to-phone call.

  • RTCST_PHONE_TO_PHONE
    A phone-to-phone call. This type of call does not use any streaming resources.

  • RTCST_IM
    An instant messaging session. This type of session does not use any streaming resources.

  • RTCST_MULTIPARTY_IM
    A multiparty instant messaging session. This type of session does not use any streaming resources.

    This enumeration value is available only for RTC 1.2 and later.

  • RTCST_APPLICATION
    A PC-to-PC session where the application handles the media negotiation.

    This enumeration value is available only for RTC 1.2 and later.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCClient::CreateSession | IRTCSession::Type | IRTCSession::Redirect

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.