Build a Video Chat with ReactJS and ApiRTC
This tutorial shows you how to build a fully functional video chat application in just 2 steps using ReactJS and the ApiRTC ReactJS Hooks library.
Step 1: Installation
npm install @apirtc/react-lib @apirtc/apirtcStep 2: Use the hooks
import { useSession, useConversation } from '@apirtc/react-lib';