Edit

Share via


ConferenceSession.TryGetParticipantEndpointProperties Method

Definition

Gets the properties for the given participant endpoint.

public:
 bool TryGetParticipantEndpointProperties(Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ endpoint, [Runtime::InteropServices::Out] Microsoft::Rtc::Collaboration::ConferenceParticipantEndpointProperties ^ % properties);
public bool TryGetParticipantEndpointProperties (Microsoft.Rtc.Collaboration.ParticipantEndpoint endpoint, out Microsoft.Rtc.Collaboration.ConferenceParticipantEndpointProperties properties);
member this.TryGetParticipantEndpointProperties : Microsoft.Rtc.Collaboration.ParticipantEndpoint *  -> bool
Public Function TryGetParticipantEndpointProperties (endpoint As ParticipantEndpoint, ByRef properties As ConferenceParticipantEndpointProperties) As Boolean

Parameters

endpoint
ParticipantEndpoint

The participant endpoint to get properties for.

properties
ConferenceParticipantEndpointProperties

The properties object or null if the participant is not in the conference.

Returns

True if properties are found, otherwise false.

Applies to