Share via


RTCRF_ Constants

The registration flags describe the possible registration types. The IRTCClientProvisioning::get_SessionCapabilities and IRTCProfile::get_SessionCapabilities methods return session type flags.

  • RTCRF_REGISTER_ALL
    0x0000000F

    Registration allows all of the registration types.

    **RTC 1.0:  **Use the value 0x00000007 to represent this constant.

  • 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 methods.

  • 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 methods.

  • RTCRF_REGISTER_NOTIFY
    0x00000008

    Registration allows incoming notifications through the registrar. The registrar is informed that the Client accepts the SIP NOTIFY method.

    **RTC 1.0:  **This constant is not supported.

  • RTCRF_REGISTER_PRESENCE
    0x00000004

    Registration allows incoming Watchers through the registrar. The registrar is informed that the Client accepts the SIP SUBSCRIBE method.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.