ConversationParticipant.GetEndpoints 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 a snapshot list of endpoints known for this participant.
public:
System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ParticipantEndpoint ^> ^ GetEndpoints();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ParticipantEndpoint> GetEndpoints ();
member this.GetEndpoints : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ParticipantEndpoint>
Public Function GetEndpoints () As Collection(Of ParticipantEndpoint)