Edit

Share via


ConferenceParticipantInformation.ToRealTimeAddress Method

Definition

Convert settings to endpoint address.

public:
 static Microsoft::Rtc::Signaling::RealTimeAddress ^ ToRealTimeAddress(Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceParticipantInformation ^ settings);
public static Microsoft.Rtc.Signaling.RealTimeAddress ToRealTimeAddress (Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation settings);
static member ToRealTimeAddress : Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation -> Microsoft.Rtc.Signaling.RealTimeAddress
Public Shared Function ToRealTimeAddress (settings As ConferenceParticipantInformation) As RealTimeAddress

Parameters

settings
ConferenceParticipantInformation

The settings instance to convert.

Returns

The address of the participant.

Applies to