Company
Date Published
Author
Surbhi Rathore
Word count
2353
Language
English
Hacker News points
None

Summary

The integration allows users to ingest or consume Zoom Cloud Recordings before sending data into Symbl for processing, aiming to provide meaningful insights such as topics, questions, action items, follow-ups, and summaries. The system architecture is based on serverless components, automated using the AWS Serverless Application Model (SAM), which provides a guided deployment process. The integration consists of several components, including API Gateway, Lambda functions, S3, SQS, DynamoDB, and FFmpeg, working together to merge audio recordings, upload them to S3, persist metadata on DynamoDB, initiate an SQS message for further processing, and submit the audio recordings to Symbl using the Async Audio mechanism. Users can configure the custom Zoom app webhook endpoint, deploy the application using SAM deploy, and run the application by initiating a Zoom meeting, adding participants, recording, and ending the meeting. The integration also includes best practices for handling limitations such as cloud recording limits, lambda execution time, and Gmail authentication errors.