AudioVideoMcuSession.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 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.