ConferenceSession.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 for the given participant endpoint.
public:
bool TryGetParticipantEndpointProperties(Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ endpoint, [Runtime::InteropServices::Out] Microsoft::Rtc::Collaboration::ConferenceParticipantEndpointProperties ^ % properties);
public bool TryGetParticipantEndpointProperties (Microsoft.Rtc.Collaboration.ParticipantEndpoint endpoint, out Microsoft.Rtc.Collaboration.ConferenceParticipantEndpointProperties properties);
member this.TryGetParticipantEndpointProperties : Microsoft.Rtc.Collaboration.ParticipantEndpoint * -> bool
Public Function TryGetParticipantEndpointProperties (endpoint As ParticipantEndpoint, ByRef properties As ConferenceParticipantEndpointProperties) As Boolean
Parameters
- endpoint
- ParticipantEndpoint
The participant endpoint to get properties for.
- properties
- ConferenceParticipantEndpointProperties
The properties object or null if the participant is not in the conference.
Returns
True if properties are found, otherwise false.