Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines possible statuses for the client presence. The IRTCBuddy::Status method uses this enumeration.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCBuddy::Status | IRTCClientPresence::SetLocalPresenceInfo
Send Feedback on this topic to the authors