RTCSI_
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_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
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.