Partager via


RTC_SESSION_TYPE

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
    PC-PC call.

  • RTCST_PC_TO_PHONE
    PC-phone call.

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

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

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

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

  • RTCST_APPLICATION
    The session is an application.

    Note   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

IRTCClient::CreateSession | IRTCSession::Type | IRTCSession::Redirect

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.