Partilhar via


ConferenceParticipantInformation Implicit Conversion (ConferenceParticipantInformation to RealTimeAddress)

Convert settings to endpoint address.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    settings As ConferenceParticipantInformation _
) As RealTimeAddress
'Usage
Dim input As ConferenceParticipantInformation
Dim output As RealTimeAddress

output = CType(input, RealTimeAddress)
public static implicit operator RealTimeAddress (
    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