ConferenceInvitationStateTransitionReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reasons for conference invitation state transition.
public enum class ConferenceInvitationStateTransitionReason
public enum ConferenceInvitationStateTransitionReason
type ConferenceInvitationStateTransitionReason =
Public Enum ConferenceInvitationStateTransitionReason
- Inheritance
-
ConferenceInvitationStateTransitionReason
Fields
Name | Value | Description |
---|---|---|
None | 0 | No reason specified or unknown reason. |
Ringing | 1 | One of the remote endpoints is ringing. Only raised once. |
Accepted | 4 | Invitation has been accepted by the recipient. |
DeliverFailed | 6 | Invitation delivery failed. |
TerminatedLocally | 10 | User invoked BeginAccept and server responded with ACK |
TerminatedRemotely | 20 | The signaling session was terminated by the server |
Deflected | 26 | No reason specified. |
DeflectedWithUnknownReason | 27 | Reason specified is unknown. |
DeflectedToAnotherDestination | 28 | Invitation is being forwarded to another target. |
DeflectedToTeam | 29 | Invitation is being forwarded as a team call. |
DeflectedToDelegate | 30 | Invitation is being forwarded to a delegate. |
FallingBackToMcuDialOut | 31 | Invitation deliver is falling back to an MCU dial-out. |