Click or drag to resize

CollaborationStatus Enumeration

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum CollaborationStatus
Members
  Member nameValueDescription
Success0 Operation was successful.
OperationInProgress1 Operation started when another operation was already in progress.
CannotEditError2 An edit operation is not possible on the target object.
InternalError3 An unexpected problem was encountered.
HttpStatusCodeError4 Server sent HTTP status that is not 200 OK, status included in error message.
PermissionDenied5 User does not have necessary privileges.
Canceled6 Operation was canceled by other user action.
NotSupported7 Functionality is not supported.
Timeout8 Timeout.
NotConnectable9 Problem with connection.
ProtocolError10 Problem with parsing message sent from server or wrong message.
AuthenticationFailed11 Authentication failed.
InvalidCertificate12 Invalid certificate.
ServerError13 Server side error.
MeetingNotFound14 Meeting not found.
TargetNotFound15 Target not found.
Unavailable16 Functionality is unavailable.
CollaborationAlreadyCreated17 Tried to create a collaboration for a call that already has one.
ConfigurationError18 Configuration error.
InsufficientBandwidth20 Insufficient bandwidth to support content sharing
Failed23 Unknown error.
ProxyConnectionError21 A connection could not be established to the proxy server.
ProxyAuthenticationError22 The authentication credentials provided for logging into the proxy were rejected.
See Also