InstantMessagingCall(Conversation) Constructor
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.
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.