Enumerates the reasons when the conversation of the call will be changed.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
ConversationChangedReason
C#
public 
enum 
ConversationChangedReason
Visual C++
public 
enum class 
ConversationChangedReason
JavaScript

Microsoft.Rtc.Collaboration.ConversationChangedReason = 
function();

Microsoft.Rtc.Collaboration.ConversationChangedReason.createEnum('

Microsoft.Rtc.Collaboration.ConversationChangedReason',
false);

Members

Member name Description
None
Unspecified or unknown reason.
CallDeflectedToDifferentParticipant
Call was deflected to a different remote participant.
CallEscalationFailed
Escalation operation of the call failed.
CallRemoteParticipantChanged
Remote participant of the call changed.

See Also