> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fireflies.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MeetingAttendance

> Schema for MeetingAttendance

<ResponseField name="name" type="String">
  Name of the meeting participant as it appears in the meeting events.
</ResponseField>

<ResponseField name="join_time" type="String">
  ISO 8601 timestamp when the participant first joined the meeting. If the participant joined at meeting start (timestamp: 0), this will be the meeting's start time.
</ResponseField>

<ResponseField name="leave_time" type="String">
  ISO 8601 timestamp when the participant last left the meeting. This field is nullable if the participant never left or the leave event was not captured.
</ResponseField>

## Additional Resources

<CardGroup cols={2}>
  <Card title="MeetingAttendee" icon="link" href="/schema/meeting-attendee">
    Schema for MeetingAttendee
  </Card>

  <Card title="Transcript" icon="link" href="/schema/transcript">
    Schema for Transcript
  </Card>
</CardGroup>
