Edit

Share via


AudioVideoCall(Conversation) Constructor

Definition

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.

Applies to