ConferenceParticipantInformation.ToRealTimeAddress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.