Edit

Share via


ParticipantEndpoint.Implicit(ParticipantEndpoint to RealTimeAddress) Operator

Definition

Convert to endpoint address.

public:
 static operator Microsoft::Rtc::Signaling::RealTimeAddress ^(Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ participantEndpoint);
public static implicit operator Microsoft.Rtc.Signaling.RealTimeAddress (Microsoft.Rtc.Collaboration.ParticipantEndpoint participantEndpoint);
static member op_Implicit : Microsoft.Rtc.Collaboration.ParticipantEndpoint -> Microsoft.Rtc.Signaling.RealTimeAddress

Parameters

participantEndpoint
ParticipantEndpoint

The participant endpoint to convert.

Returns

The address of the endpoint.

Applies to