Convert settings to endpoint address.

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

Syntax

Visual Basic (Declaration)
Public 
Shared 
Function 
ToRealTimeAddress ( _
	
settings 
As 

ConferenceParticipantInformation _
) 
As 

RealTimeAddress
C#
public 
static 

RealTimeAddress 
ToRealTimeAddress(
	

ConferenceParticipantInformation 
settings
)
Visual C++
public:
static 

RealTimeAddress^ 
ToRealTimeAddress(
	

ConferenceParticipantInformation^ 
settings
)
JavaScript

Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation.
toRealTimeAddress = 
function(
settings);

Parameters

settings
Type: Microsoft.Rtc.Collaboration.ConferenceManagement . . :: . ConferenceParticipantInformation
The settings instance to convert.

Return Value

The address of the participant.

See Also