ParticipantConnectionStatus Enumeration |
Namespace: Avaya.ClientServices
public enum ParticipantConnectionStatus
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Connection status is not specified. | |
Connecting | 1 | Participant is connecting, i.e., either dialing in, or being dialed out towards. | |
Connected | 2 | Participant is in the conference call. | |
Disconnecting | 3 | Participant is leaving the conference call, either on his or her own, or forced out by the conference moderator. | |
Disconnected | 4 | Participant left the conference call. This status is only valid for DroppedParticipant object. | |
Authorizing | 5 | 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. |
© 2017 Avaya LLC. All Rights Reserved.