Partilhar via


ConferenceParticipantInformation.ToRealTimeAddress Method

Convert settings to endpoint address.

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

Syntax

'Declaration
Public Shared Function ToRealTimeAddress ( _
    settings As ConferenceParticipantInformation _
) As RealTimeAddress
'Usage
Dim settings As ConferenceParticipantInformation
Dim returnValue As RealTimeAddress

returnValue = ConferenceParticipantInformation.ToRealTimeAddress(settings)
public static RealTimeAddress ToRealTimeAddress(
    ConferenceParticipantInformation settings
)

Parameters

Return Value

Type: Microsoft.Rtc.Signaling.RealTimeAddress
The address of the participant.

See Also

Reference

ConferenceParticipantInformation Class

ConferenceParticipantInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace