AudioVideoCall Constructor

Creates a new instance of the AudioVideoCall and binds this call to the given conversation.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub New ( _
    conversation As Conversation _
)
'Usage
Dim conversation As Conversation

Dim instance As New AudioVideoCall(conversation)
public AudioVideoCall(
    Conversation conversation
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

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.

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace