Call(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 Call class.
protected:
Call(Microsoft::Rtc::Collaboration::Conversation ^ conversation);
protected Call (Microsoft.Rtc.Collaboration.Conversation conversation);
new Microsoft.Rtc.Collaboration.Call : Microsoft.Rtc.Collaboration.Conversation -> Microsoft.Rtc.Collaboration.Call
Parameters
- conversation
- Conversation
The conversation that owns this call.
Exceptions
Thrown when the given conversation
parameter is null.
Remarks
Initializes the call for a given conversation.