1.0.5-alpha2 • Published 1 year ago

aivideocall v1.0.5-alpha2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

AIVideoCall

Description

Using this package, you can integrate the callyourai video-call component into your react application.

Installation

npm install aivideocall

Pre-requisites

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

1 year ago

1.0.5-alpha1

1 year ago

1.0.5-alpha0

1 year ago

1.0.4

1 year ago

1.0.4-alpha2

1 year ago

1.0.4-alpha1

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago