RTC_PRESENCE_STATUS

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 statuses for the client presence. The IRTCBuddy::Status method uses this enumeration.

Syntax

typedef enum RTC_PRESENCE_STATUS {
  RTCXS_PRESENCE_OFFLINE,
  RTCXS_PRESENCE_ONLINE,
  RTCXS_PRESENCE_AWAY,
  RTCXS_PRESENCE_IDLE,
  RTCXS_PRESENCE_BUSY,
  RTCXS_PRESENCE_BE_RIGHT_BACK,
  RTCXS_PRESENCE_ON_THE_PHONE,
  RTCXS_PRESENCE_OUT_TO_LUNCH
} RTC_PRESENCE_STATUS;

Elements

  • RTCXS_PRESENCE_OFFLINE
    The client is not available online.
  • RTCXS_PRESENCE_ONLINE
    The client is available online.
  • RTCXS_PRESENCE_AWAY
    The client is away from the desk.
  • RTCXS_PRESENCE_IDLE
    The client is present but not in an active session.
  • RTCXS_PRESENCE_BUSY
    The client is busy.
  • RTCXS_PRESENCE_BE_RIGHT_BACK
    The client will be right back.
  • RTCXS_PRESENCE_ON_THE_PHONE
    The client is on the phone.
  • RTCXS_PRESENCE_OUT_TO_LUNCH
    The client is away from the desk.

Requirements

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

See Also

Reference

RTC Client API Enumerations
IRTCBuddy::Status
IRTCClientPresence::SetLocalPresenceInfo