Partilhar via


ConferenceJoinInformation Constructor (RealTimeAddress)

NOTE: This API is now obsolete.

Creates a new instance of the ConferenceJoinInformation class using the specified conference address.

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

Syntax

'Declaration
<ObsoleteAttribute("This will be removed from future versions. Use 'ConferenceJoinOptions' instead")> _
Public Sub New ( _
    conferenceAddress As RealTimeAddress _
)
'Usage
Dim conferenceAddress As RealTimeAddress

Dim instance As New ConferenceJoinInformation(conferenceAddress)
[ObsoleteAttribute("This will be removed from future versions. Use 'ConferenceJoinOptions' instead")]
public ConferenceJoinInformation(
    RealTimeAddress conferenceAddress
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

Thrown when the supplied conferenceAddress is null.

See Also

Reference

ConferenceJoinInformation Class

ConferenceJoinInformation Members

ConferenceJoinInformation Overload

Microsoft.Rtc.Collaboration Namespace