Click or drag to resize
CapabilityDenialReason Enumeration
Capability denial reason codes. Returned in CapabilityInfo object when a queried capability is not supported.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum CapabilityDenialReason
Members
  Member nameValueDescription
NotDenied0 Operation allowed.
InsufficientPermission1 Operation not permitted.
NotSignedIn2 User not signed in.
InvalidState3 Invalid state.
NotSupported4 Requested operation is not supported.
CallIsRemote5 Denied because the call is remote.
CallIsNotRemote6 Not a remote call.
CallHasNoAudio7 No Audio.
CallHasNoVideo8 No Video.
CellularCallInProgress9 Denied because a cellular call is in progress.
OperationInProgress10 Denied because another operation already in progress.
OtherOperationInProgress11 Denied because another operation already in progress.
WaitingAdmission13
NotLicensed12 The operation is denied because it is not licensed.
WiFiUnavailable14 No wifi.
NetworkUnavailable15 Network is down.
RejectedByServer16 Capability rejected by server
See Also