Edit

Share via


InstantMessagingMcuSession.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::InstantMessagingMcuParticipantEndpointProperties ^ % properties);
public bool TryGetParticipantEndpointProperties (Microsoft.Rtc.Collaboration.ParticipantEndpoint endpoint, out Microsoft.Rtc.Collaboration.InstantMessagingMcuParticipantEndpointProperties properties);
override this.TryGetParticipantEndpointProperties : Microsoft.Rtc.Collaboration.ParticipantEndpoint *  -> bool
Public Function TryGetParticipantEndpointProperties (endpoint As ParticipantEndpoint, ByRef properties As InstantMessagingMcuParticipantEndpointProperties) As Boolean

Parameters

endpoint
ParticipantEndpoint

The participant endpoint for which to retrieve properties.

properties
InstantMessagingMcuParticipantEndpointProperties

The properties if available, or null.

Returns

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

Applies to