1.0.5-alpha2 • Published 2 years ago
aivideocall v1.0.5-alpha2
AIVideoCall
Description
Using this package, you can integrate the callyourai video-call component into your react application.
Installation
npm install aivideocallPre-requisites
- You create a agent on https://beta.callyour.ai/newagent
- Generate a user id for the user who will be using the video call
- Note the id of the agent
Usage
import { AIVideoCall } from 'aivideocall';
const userId = <uuid of your user>;
const agentId = <uuid of agent>;
return (
<AIVideoCall
callSession={{ userId, agentId }}
/>
);Notes
- The speech recognition only works on https connections or localhost
- The speech recognition is fastest on Chrome and Safari, but also works on Firefox
- You can use any user id - a new conversation is started for each new user
1.0.5-alpha2
2 years ago
1.0.5-alpha1
2 years ago
1.0.5-alpha0
2 years ago
1.0.4
2 years ago
1.0.4-alpha2
2 years ago
1.0.4-alpha1
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago