Edit

Share via


Participant(Participant) Constructor

Definition

Initializes a new instance of the class.

public:
 Participant(Microsoft::Rtc::Signaling::Participant ^ participant);
public Participant (Microsoft.Rtc.Signaling.Participant participant);
new Microsoft.Rtc.Signaling.Participant : Microsoft.Rtc.Signaling.Participant -> Microsoft.Rtc.Signaling.Participant

Parameters

participant
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.

Applies to