Participant(Participant) Constructor
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.
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.