Call.ConversationChanged Event
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.
Raised when this call is moved to a derived conversation.
public:
event EventHandler<Microsoft::Rtc::Collaboration::ConversationChangedEventArgs ^> ^ ConversationChanged;
public event EventHandler<Microsoft.Rtc.Collaboration.ConversationChangedEventArgs> ConversationChanged;
member this.ConversationChanged : EventHandler<Microsoft.Rtc.Collaboration.ConversationChangedEventArgs>
Public Custom Event ConversationChanged As EventHandler(Of ConversationChangedEventArgs)
Event Type
Remarks
A derived conversation is created when a call is deflected to a different remote participant than the current remote participant of the conversation. The derived conversation will have the same subject and priority as the original conversation, but its ID will be different.