Share via


Participant Constructor

Initializes a new instance of the class.

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

Syntax

'Declaration
Public Sub New ( _
    participant As Participant _
)
'Usage
Dim participant As Participant

Dim instance As New Participant(participant)
public Participant(
    Participant participant
)

Parameters

Remarks

This constructor makes a copy of the existing participant object and registers for property changed events to keep the changing properties of the participant object in sync with the source participant object.

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace