Represents an endpoint for a participant in the conversation.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
ParticipantEndpoint
C#
public 
class 
ParticipantEndpoint
Visual C++
public 
ref class 
ParticipantEndpoint
JavaScript

Microsoft.Rtc.Collaboration.ParticipantEndpoint = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.ParticipantEndpoint');

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration . . :: . ParticipantEndpoint

See Also