Click or drag to resize

Meetingparticipant Property

The meeting participant. The value will be null except as part of the meeting.participant_joined or meeting.participant_left webhook event in which case it will hold the participant information for the triggering participant.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MeetingParticipant participant { get; set; }

Property Value

Type: MeetingParticipant
See Also