ConversationChangedEventArgs Class

Definition

Represents the information supplied when a call is moved to a derived Conversation.

public ref class ConversationChangedEventArgs : EventArgs
public class ConversationChangedEventArgs : EventArgs
type ConversationChangedEventArgs = class
    inherit EventArgs
Public Class ConversationChangedEventArgs
Inherits EventArgs
Inheritance
ConversationChangedEventArgs

Remarks

Moving a call to a derived Conversation ensures that the original Conversation is maintained in a consistent state. A call can be "moved" to a derived Conversation during one of the following operations.

  • A modality escalation where the new outbound call is accepted by a different remote participant than the one in the current Conversation. For example, this can happen when adding the outbound audio call that is added to an instant messaging conversation is deflected to a different remote participant.
  • A partial escalation to conferencing that involves multimodal communications with multiple remote endpoints. This can happen for either of the following reasons.

Properties

NewConversation

Gets the new Conversation that contains the Call.

PreviousConversation

Gets the Conversation that contained the Call.

Reason

Gets the reason for which the conversation was changed.

Applies to