Share via


McuSession.TryGetParticipantEndpointProperties Method

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

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected Function TryGetParticipantEndpointProperties ( _
    endpoint As ParticipantEndpoint, _
    <OutAttribute> ByRef properties As McuParticipantEndpointProperties _
) As Boolean
'Usage
Dim endpoint As ParticipantEndpoint
Dim properties As McuParticipantEndpointProperties
Dim returnValue As Boolean

returnValue = Me.TryGetParticipantEndpointProperties(endpoint, _
    properties)
protected bool TryGetParticipantEndpointProperties(
    ParticipantEndpoint endpoint,
    out McuParticipantEndpointProperties properties
)

Parameters

Return Value

Type: System.Boolean
True if properties for the participant were found.

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace