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

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
conferenceAddress 
As 

RealTimeAddress _
)
C#
public 
ConferenceJoinInformation(
	

RealTimeAddress 
conferenceAddress
)
Visual C++
public:
ConferenceJoinInformation(
	

RealTimeAddress^ 
conferenceAddress
)
JavaScript

Microsoft.Rtc.Collaboration.ConferenceJoinInformation = 
function(
conferenceAddress);

Parameters

conferenceAddress
Type: Microsoft.Rtc.Signaling . . :: . RealTimeAddress
Address of the conference to join.

Exceptions

Exception Condition
ArgumentNullException Thrown when the supplied conferenceAddress is null.

See Also