PresenceService Class |
Namespace: Avaya.ClientServices
public class PresenceService
The PresenceService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoAwayTimeout |
The user inactivity timeout period in milliseconds. Used to set up the inactivity timer in runtime.
|
![]() | AutomaticModeCapability |
Capability describing whether the Presence service supports automatic mode for self-presence.
|
![]() | AutomaticPresenceStates |
Returns the collection of supported automatic self-presence states.
|
![]() | IsSendAllCallsOnDoNotDisturbEnabled |
A Boolean value controlling a linkage between "Do not Disturb" presence state and "Send All Calls" call service feature at runtime.
|
![]() | IsServiceAvailable |
Property exposing current service availability status.
|
![]() | IsServiceConfigured |
Property exposing current service configuration status.
|
![]() | ManualPresenceStates |
Returns the collection of supported manual self-presence states.
|
![]() | PresenceAccessControlList |
Property representing PresenceAccessControlList.
|
![]() | PresenceAccessControlListCapability |
Capability describing whether the Presence service supports presence Access Control List(ACL).
|
![]() | PresenceNoteMaxTextLength |
Returns the maximum text length value (in characters) accepted for presence note.
|
![]() | SelfPresence |
Property to get current self-presence information.
|
Name | Description | |
---|---|---|
![]() | CreatePresenceListSubscription |
Creates a new empty ad-hoc presence subscription object.
|
![]() | PublishPresence |
Publishes presence state, location mode and optional note for the local user.
|
![]() | RemovePresenceListSubscription |
Removes the specified ad-hoc presence list subscription.
|
Name | Description | |
---|---|---|
![]() | PresencePublishFailed |
Reported when request has failed.
|
![]() | PresencePublishSuccessful |
Reported when request has successfully completed.
|
![]() | PresenceServiceAvailable |
Reported when presence service becomes available.
|
![]() | PresenceServiceUnavailable |
Reported when presence service becomes unavailable.
|
![]() | SelfPresenceReceived |
Reported when information has been updated.
|