InstantMessagingMcuSession.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::InstantMessagingMcuParticipantEndpointProperties ^ % properties);
public bool TryGetParticipantEndpointProperties (Microsoft.Rtc.Collaboration.ParticipantEndpoint endpoint, out Microsoft.Rtc.Collaboration.InstantMessagingMcuParticipantEndpointProperties properties);
override this.TryGetParticipantEndpointProperties : Microsoft.Rtc.Collaboration.ParticipantEndpoint * -> bool
Public Function TryGetParticipantEndpointProperties (endpoint As ParticipantEndpoint, ByRef properties As InstantMessagingMcuParticipantEndpointProperties) As Boolean
Parameters
- endpoint
- ParticipantEndpoint
The participant endpoint for which to retrieve properties.
The properties if available, or null.
Returns
True if properties were found for this participant, otherwise false.