AddToLive
This action adds the Fireflies.ai bot to an ongoing meeting.
It's API rate limit is 3 requests per 20 minutes.
Action Parameters
| Parameter | Description |
|---|---|
| Meeting_link | String. A valid http URL for the meeting link, i.e. Gooogle Meet, Zoom, etc. |
| Title | String, optional. Title or name of the meeting to identify the transcribed file. If title is not provided, a default title will be set automatically |
| Meeting_password | String, optional. Password for the meeting, if applicable. |
| Duration | Int32, optional. Meeting duration in minutes. Valid values are more than 15 and less than 120 minutes. If omited,it is set to 60 minutes by default |
| Language | String, optional. The meeting language code. If omitted, it is set to English by default. For a complete list of language codes, please view Language Codes |
| Attendees | String, optional. The array of Attendees for expected meeting participants. |
Result
The Fireflies.ai bot is added to an ongoing meeting.
Was this page helpful?