RTCSI_ (Windows Embedded CE 6.0)
1/6/2010
The session type constants describe the sessions. These constants are used by the IRTCClientProvisioning::SessionCapabilities and IRTCProfile::SessionCapabilities methods. The following table shows the RTCSI_ session type constants.
Value | Description |
---|---|
RTCSI_APPLICATION = 0x00000020 |
The session is an application session.
Note:
This constant is only available for Windows CE 5.0 and later.
|
RTCSI_IM = 0x00000008 |
Peer-to-peer instant messaging session. This type of session does not use streaming resources. |
RTCSI_MULTIPARTY = 0x00000010 |
Multiparty instant messaging session. This type of session does not use streaming resources.
Note:
This constant is only available for RTC 1.2 and later.
|
RTCSI_PC_TO_PC = 0x00000001 |
PC-to-PC call. |
RTCSI_PC_TO_PHONE = 0x00000002 |
PC-to-phone call. |
RTCSI_PHONE_TO_PHONE = 0x00000004 |
Phone-to-phone call. This type of call does not use streaming resources. |
Requirements
Header | rtccore.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
RTC Client API Constants
IRTCClientProvisioning::SessionCapabilities
IRTCProfile::SessionCapabilities