RTC_SESSION_TYPE (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines possible session types. The IRTCSession::Type method uses this enumeration.
Note
: the session types PC_TO_PHONE and PHONE_TO_PHONE are not supported.
Syntax
typedef enum RTC_SESSION_TYPE {
RTCST_PC_TO_PC,
RTCST_IM,
RTCST_MULTIPARTY_IM,
RTCST_APPLICATION
} RTC_SESSION_TYPE;
Elements
- RTCST_PC_TO_PC
A PC-to-PC call. Windows Embedded CE supports the audio media types. It doesn't support video or T120 (application-sharing and whiteboard).
- 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
Header | rtccore.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
RTC Client API Enumerations
IRTCClient::CreateSession
IRTCSession::Type
IRTCSession::Redirect