Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 571 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 571 Bytes

Recall.ai Desktop SDK Sample Application

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.

Running

  1. npm install
  2. cp .env.sample .env
  3. Edit .env to set your RECALLAI_API_KEY (and optionally your RECALLAI_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.
  4. npm start