RTC_PRESENCE_PROPERTY

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible presence property types. This enumeration is available only for RTC 1.2 and later.

Syntax

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

Elements

  • 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
    The presence property 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. This sets multiple presence properties simultaneously.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RTC Client API Enumerations
IRTCPresencePropertyEvent