Click or drag to resize

ParticipantConnectionStatus Enumeration

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ParticipantConnectionStatus
Members
  Member nameValueDescription
Unknown0 Connection status is not specified.
Connecting1 Participant is connecting, i.e., either dialing in, or being dialed out towards.
Connected2 Participant is in the conference call.
Disconnecting3 Participant is leaving the conference call, either on his or her own, or forced out by the conference moderator.
Disconnected4 Participant left the conference call. This status is only valid for DroppedParticipant object.
Authorizing5 Participant is being authorized to join the conference call. A participant may be in "authorizing" state while waiting to be admitted to a locked conference call or while joining a conference that is passcode protected. Upon admission to a locked conference call or entering the correct passcode, the participant transitions to connected state.
See Also