Click or drag to resize

MeetingParticipantjoin_time Property

The UTC date/time at which the user joined the meeting. Typically this property will only have a value during a meeting.participant_joined or meeting.participant_left webhook event, and not when obtained via RetrievePastMeetingParticipants(String). See also leave_time.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Nullable<DateTime> join_time { get; set; }

Property Value

Type: NullableDateTime
See Also