Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Convert to endpoint address.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
participantEndpoint As ParticipantEndpoint _
) As RealTimeAddress
'Usage
Dim input As ParticipantEndpoint
Dim output As RealTimeAddress
output = CType(input, RealTimeAddress)
public static implicit operator RealTimeAddress (
ParticipantEndpoint participantEndpoint
)
Parameters
- participantEndpoint
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
The participant endpoint to convert.
Return Value
Type: Microsoft.Rtc.Signaling.RealTimeAddress
The address of the endpoint.