RTC_PRESENCE_PROPERTY (Windows Embedded CE 6.0)
1/6/2010
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 |