McuSession.TryGetParticipantEndpointProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.