688 B
688 B
OpenVidu Recording
Simple video-call application with recording capabilities. It includes a backend built with Node.js with Express and a frontend built with plain HTML, CSS and JavaScript.
For further information, check the tutorial documentation.
Prerequisites
Run
- Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/advanced-features/openvidu-recording-node
- Install dependencies
npm install
- Run the application
npm start