Interactly Client SDK
This package lets you make calls directly to Interactly in your webapp.Installation
Install the package:Importing
Import the package:Usage
.start()
You can start a call by calling the start method and passing an assistantId as a parameter:
.stop()
You can stop the call by calling the stop method:
Events
You can listen to the following events:- call-start
- call-end
- message
- error