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
- settings
Type: Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation
The settings instance to convert.
Return Value
Type: Microsoft.Rtc.Signaling.RealTimeAddress
The address of the participant.
See Also
Reference
ConferenceParticipantInformation Class