Skip to content

simliai/simli-webrtc-retell-frontend-reactjs-demo

 
 

Repository files navigation

Simli WebRTC + Retell Frontend Demo (React/Node.js)

simli-retell-video-example.mp4

Run this Demo

Step 1: create .env file in root directory

REACT_APP_SIMLI_KEY="YOUR-SIMLI-API-KEY"
REACT_APP_RETELL_KEY="YOUR-RETELL-API-KEY"

Step 2: Update agentID and FaceID in src/App.tsx

const agentId = "YOUR-RETELL-AGENT-ID";
const faceId = "YOUR-SIMLI-FACE-ID"; 

Step 3: npm install

Step 4: npm start

Step 5: open a new terminal and run node server.js

About

Simli WebRTC with retell AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.6%
  • HTML 7.6%
  • JavaScript 4.7%
  • CSS 4.1%