We'd like to see Zoom meeting attendance data captured and displayed directly on incident records. Requested Feature: When a Zoom meeting is associated with an incident, automatically capture and display: Roster of all meeting attendees Join time for each attendee Leave time for each attendee Total duration each person was on the call Use Case: During incident response, we need to track who participated in war room/bridge calls and for how long. This information is valuable for: Post-incident reviews and timeline reconstruction Compliance and audit requirements Understanding participation and engagement during critical incidents Identifying the actual incident commander and key responders Technical Note: The Zoom API supports this via the GET /report/meetings/{meetingId}/participants endpoint, which provides all the necessary participant data, including join/leave times and duration. Current Workaround: Manually downloading Zoom reports and adding this information to incident documentation, which is time-consuming and error-prone.