Get Live Meeting Transcript
get_live_meeting_transcriptRetrieve new sentences from an active or recently completed meeting transcript. Use a cursor to fetch only additions since your last request.
Instructions
Fetch new sentences from an in-progress or just-ended meeting transcript. Identify the meeting via meetingAssistantEventId (preferred) or mediaId. Pass back the previous response's nextCursor as sinceEndInSec to receive only what's been added since.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | No | Media id of the live meeting. Either this or meetingAssistantEventId is required. | |
| sinceEndInSec | No | Pass the nextCursor value from your previous response to skip already-seen sentences. Omit on the first call. | |
| meetingAssistantEventId | No | Meeting assistant event id from list_meeting_events. Either this or mediaId is required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |