RTC_PRESENCE_PROPERTY

The RTC_PRESENCE_PROPERTY enumeration defines the set of possible presence property types.

typedef enum 
{
  RTCPP_PHONENUMBER, 
  RTCPP_DISPLAYNAME, 
  RTCPP_EMAIL, 
  RTCPP_DEVICE_NAME, 
  RTCPP_MULTIPLE
} RTC_PRESENCE_PROPERTY;

Constants

  • RTCPP_PHONENUMBER
    The presence property is a phone number.
  • RTCPP_DISPLAYNAME
    The presence property is a user's display name.
  • RTCPP_EMAIL
    The presence property is an e-mail address.
  • RTCPP_DEVICE_NAME
    The presence property is a device name.
  • RTCPP_MULTIPLE
    Indicates that multiple presence properties were changed in the IRTCPresencePropertyEvent. This presence property cannot be set or retrieved; it is only used in the event. The IRTCPresencePropertyEvent is fired with this value when the application registers with the SIP server and publishes the presence document for this endpoint for the first time, thus setting multiple presence properties simultaneously.

Requirements

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