Click or drag to resize

ConferenceConnectionError Enumeration

Conference connection related error codes. These error codes are reported upon failure of a conference connection.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ConferenceConnectionError
Members
  Member nameValueDescription
Success0 Operation completed successfully.
NetworkNotAvailable1 Network is not available.
ConnectionFailed2 Connection has failed.
InvalidCertificate3 Certificate is invalid.
ProxyConnectionError4 A connection could not be established to the proxy server.
ProxyAuthenticationError5 The authentication credentials provided for logging into the proxy were rejected.
ConnectionFailedToRecover6 Attempts to recover connection to conference server have failed. The SDK will not be able to support conference call features for the conference call.
Unknown7 Unknown error.
See Also