Meeting Recordings
Create meeting recording
Invite a recording bot to the incident’s meeting. If no previous recordings exist for the platform, a new bot is invited (session 1). If previous sessions exist, a new session is created (re-invite). The bot joins the meeting, records audio/video, and generates a transcript when the session ends.
POST
Create meeting recording
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Incident UUID
Query Parameters
Meeting platform
Available options:
zoom, google_meet, microsoft_teams, webex Response
recording session created
Previous
Import a meeting recordingImport an externally captured meeting recording and attach it to an incident. Video and transcript are fetched asynchronously. The existing POST /v1/incidents/{incident_id}/meeting_recordings endpoint invites a bot — this endpoint handles recordings that were captured outside of the bot flow.
Next
Create meeting recording