Visit Landing Page
Hi there! Vision chat API is created with an aim to let the developers integrate conference chat functionalities in their application. This API is a one step solution for that. What you have to do is to paste the link generated to your application's Web View.
- Very easy to integrate.
- Data privacy and Automatic deletion : In order to maintain privacy, we promot functions to delete chat records after 24 hours(can be manipulated) of chat room creation.
- Default User interface eliminates pain. Use it across any platform.
- Click the link Vision chat API and generate the link after providing room name for your chat room.
- A link will be generated, copy that link and use accordingly. That's it! you are done with API integration.
## How to use generated link
Platform | where to use |
---|---|
Android or IOS | In Web View with JavaScript enabled |
Web Apps | Directly in Iframes or Browsers(As independent tabs) |
- Clone or download the repo.
npm init
- Link server and add configrations in Keys.js
- To run code execute
npm run dev