AudioVideoCall(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 AudioVideoCall and binds this call to the given conversation.
public:
AudioVideoCall(Microsoft::Rtc::Collaboration::Conversation ^ conversation);
public AudioVideoCall (Microsoft.Rtc.Collaboration.Conversation conversation);
new Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCall : Microsoft.Rtc.Collaboration.Conversation -> Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCall
Parameters
- conversation
- Conversation
Conversation to which this call should be bound.
Exceptions
Thrown when the conversation
parameter is null.
Remarks
By default, an AudioVideoCall will advertise for replaces support and early media support. Use IsReplacesSupported and IsEarlyMediaSupported properties to override these settings.