Skip to main content

Introduction

In this section you will learn how to create a videoconferencing application from scratch. It doesn't matter if your user is using a mobile, laptop or even a Smart TV. The only thing that they need is to open a browser.

We have two different approaches to accomplish this task:

  • NPM packages: This is a collection of libraries that is delivered through the NPM repository. In case you are using React, you get the best of it thanks to re-usable components.
  • PexRTC: This is a generic JavaScript library that you can use easily in any project.

Check both approaches and select the one that best fit your needs.