This is a small sample application that shows a very simple usage of the Desktop SDK to create recordings. The sample application simply records any Zoom meetings that occur and uploads a recording to the Recall.ai API.
npm install
cp .env.sample .env
- Edit
.env
to set yourRECALLAI_API_KEY
(and optionally yourRECALLAI_API_URL
).- In a production application, instead of baking the API key into your application, you'd make a request to your server to create the SDK upload.
npm start