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
- participant
Type: Microsoft.Rtc.Signaling.Participant
The participant properties to copy from.
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.