ConversationChanged Event

Raised when this call is moved to a derived conversation.

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

Syntax

'Declaration
Public Event ConversationChanged As EventHandler(Of ConversationChangedEventArgs)
'Usage
Dim instance As Call
Dim handler As EventHandler(Of ConversationChangedEventArgs)

AddHandler instance.ConversationChanged, handler
public event EventHandler<ConversationChangedEventArgs> ConversationChanged

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 of the original conversation but its id will be different.

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace