MeetingState enum specifies the current state of an active meeting.
Values
The meeting is currently in progress with the Fireflies bot actively recording.
The meeting has been paused. The Fireflies bot is still in the meeting but recording is temporarily stopped.
Usage
TheMeetingState enum is used in two contexts:
- As a filter in the GetActiveMeetingsInput to filter meetings by state
- As a response field in the ActiveMeeting type to indicate the current state
Filtering by State
Getting All States (Default)
When nostates filter is provided, both active and paused meetings are returned:
Related Types
- ActiveMeeting - Schema containing the state field
- GetActiveMeetingsInput - Input type using this enum for filtering
- Active Meetings Query - Query documentation