InstantMessagingCall(Conversation) Constructor

Definition

Creates a new instance of the InstantMessagingCall class.

public:
 InstantMessagingCall(Microsoft::Rtc::Collaboration::Conversation ^ conversation);
public InstantMessagingCall (Microsoft.Rtc.Collaboration.Conversation conversation);
new Microsoft.Rtc.Collaboration.InstantMessagingCall : Microsoft.Rtc.Collaboration.Conversation -> Microsoft.Rtc.Collaboration.InstantMessagingCall

Parameters

conversation
Conversation

Conversation that contains this call.

Exceptions

Thrown when the conversation parameter is null.

Applies to