RTCRF_ (Windows CE 5.0)
These constants contain registration-specific information. They are returned by the IRTCClientProvisioning::SessionCapabilities and IRTCProfile::SessionCapabilities methods. The following table shows the RTCRF_ constants.:
Value | Description |
---|---|
RTCRF_REGISTER_ALL = 0x0000000F | Registration allows all of the registration types.
|
RTCRF_REGISTER_INVITE_SESSIONS = 0x00000001 | Registration allows incoming RTCST_PC_TO_PC and RTCST_MULTIPARTY_IM sessions through the registrar. The registrar is informed that the client accepts the SIP INVITE and BYE messages. |
RTCRF_REGISTER_MESSAGE_SESSIONS = 0x00000002 | Registration allows incoming RTCST_IM sessions through the registrar. The registrar is informed that the client accepts the SIP MESSAGE, INFO, and BYE messages. |
RTCRF_REGISTER_NOTIFY = 0x00000008 | Registration allows incoming notifications through the registrar. The registrar is informed that the Client accepts the SIP NOTIFY message.
|
RTCRF_REGISTER_PRESENCE = 0x00000004 | Registration allows incoming watchers through the registrar. The registrar is informed that the client accepts the SIP SUBSCRIBE message. |
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