← Blog / Tutorials

2-step tutorial to build a video chat in ReactJS with the ApiRTC ReactJS Hooks library

By Romain Vailleux — January 30, 2023
2-step tutorial to build a video chat in ReactJS with the ApiRTC ReactJS Hooks library

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/apirtc

Step 2: Use the hooks

import { useSession, useConversation } from '@apirtc/react-lib';