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
- endpoint
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
The endpoint to get properties for.
- properties
Type: Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties
The properties, or null if not found.
Return Value
Type: System.Boolean
True if properties for the participant were found.