RTCSI_ (Windows CE 5.0)
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.
|
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.
|
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Constants | IRTCClientProvisioning::SessionCapabilities | IRTCProfile::SessionCapabilities
Send Feedback on this topic to the authors