Edit

Share via


McuSession.TryGetParticipantEndpointProperties Method

Definition

Gets the basic properties for a participant endpoint in the MCU.

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

Parameters

endpoint
ParticipantEndpoint

The endpoint to get properties for.

properties
McuParticipantEndpointProperties

The properties, or null if not found.

Returns

True if properties for the participant were found.

Applies to