ConversationChangedReason 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.
Enumerates the reasons when the conversation of the call will be changed.
public enum class ConversationChangedReason
public enum ConversationChangedReason
type ConversationChangedReason =
Public Enum ConversationChangedReason
- Inheritance
-
ConversationChangedReason
Fields
Name | Value | Description |
---|---|---|
None | 0 | Unspecified or unknown reason. |
CallDeflectedToDifferentParticipant | 1 | Call was deflected to a different remote participant. |
CallEscalationFailed | 2 | Escalation operation of the call failed. |
CallRemoteParticipantChanged | 3 | Remote participant of the call changed. |