Description
Similar to this Community post ( Adding point markers to a video recording - Zoom Community ), I’m looking for a way to add timeline markers to points on the timeline of meeting recordings (this would not need to be supported in Zoom’s UI). This does not have to be purely using Zoom API and metadata storage. I’m open to all possibilities, such as:
- Creating a Chatbot command which can be triggered in a meeting, if it can be used in Meeting chat (providing my own back end for storing these timestamps and associating back to the meeting recording)
- Creating a Zoom app which provides the UI and integration for marking key moments during the meeting with optional notes (same approach to back end here)
- Some way to inject content into the transcript or video metadata which can be used to parse out these key timestamps (we are already using Webhook events to download the recordings, including transcripts)
Update: a potential approach would be to use the meeting.chat_message_sent
webhook event, and use the timestamp of a chat message with a specific prefix e.g. mark:
as well as optional description to store these timestamps of key moments