CallStateTransitionReason Enumeration

Reason for call state transition.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Enumeration CallStateTransitionReason
'Usage
Dim instance As CallStateTransitionReason
public enum CallStateTransitionReason

Members

Member name Description
None No reason specified or unknown reason.
Ringing Ringing provisional response received.
Establishing User invoked the Establish on the call.
Accepted User invoked the Accept on the call.
Established Call is established completed.
EstablishFailed Call establishment failed.
TerminatedLocally User invoked the Terminate on the call.
TerminatedRemotely User invoked the Terminate on the call.
Canceled Call canceled by remote.
TransferredLocally Call is transferred locally.
TransferredRemotely Call is transferred by remote.
TransferSent Transfer message sent.
TransferAccepted Incoming transfer request was accepted.
TransferFailed Transfer operation failed.
CallTransferred Call was transferred successfully.
Terminated Call is terminated.
Deflected No reason specified.
DeflectedWithUnknownReason Reason specified is unknown.
DeflectedToAnotherDestination Call is being forwarded to another target.
DeflectedToTeam Call is being forwarded as a team call.
DeflectedToDelegate Call is being forwarded to a delegate.
DeflectedByAutomaticaticCallDistributor Call is being forwarded to an automatic call distributor.
CallReplaced

See Also

Reference

Microsoft.Rtc.Collaboration Namespace