Media Shortcuts
Once a recording has completed, Recall will expose the most commonly used media types in the Retrieve Recording response under the media_shortcuts
key. This is primarily aimed at getting unified access to relevant media objects in one response without having to make separate API calls for each media object.
The list of media objects included in media_shortcuts
are
video_mixed
: includes thevideo_mixed
media object ofmp4
format. this is the video recording generated by the bot for the meeting. Retrieve Video Mixedtranscript
: includes thetranscript
media object (if requested) . Retrieve Transcriptparticipant_events
: includes theparticipant_events
media object. Retrieve Participant Eventsmeeting_metadata
: includes themeeting_metadata
media object Retrieve Meeting Metadata
Other media objects for e.g Audio Mixed, Retrieve Audio Separate and Retrieve Video Separate are not included in the media_shortcuts
object and must be retrieved using dedicated endpoints and recording_id
filter.
Updated 1 day ago