This is a demo application that showcases how to use the Recall.ai API to build a repository of all your meeting recordings without needing to store them in your own database. It provides a simple web interface to browse, watch, and search through your meetings.
A key feature of this application is the ability to deep-link into a specific moment in a meeting. You can copy a link to a specific timestamp in any meeting to share it with others.
- Node.js
- A Recall.ai API Key
-
Clone the Repository
git clone https://github.com/recallai/recording-viewer-demo.git cd recording-viewer-demo
-
Install Dependencies
npm install
-
In the root of the project, create a file named
.env
. -
Add your Recall.ai API key to the
.env
file like this:RECALL_API_KEY=YOUR_RECALL_API_KEY
-
Start the server
npm start
-
Open your browser and navigate to
http://localhost:3000
.
You will see a list of your meeting recordings. Click on a meeting to view the recording, transcript, and other details.