Edit

Share via


AudioVideoMcuSession.TryGetParticipantEndpointProperties Method

Definition

Gets the properties of the supplied participant endpoint in this MCU.

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

Parameters

endpoint
ParticipantEndpoint

The participant endpoint for which to retrieve properties.

properties
AudioVideoMcuParticipantEndpointProperties

The properties if available, or null.

Returns

True if properties were found for this participant, otherwise false.

Applies to