nativeWebRTC-vidyoconnect-sample

About The Project

This sample application showcases Vidyo’s browser based videoconferencing platform. It works on modern desktop and mobile browsers and uses webRTC technology. This sample application can be used to host live meetings.

Try it out at https://static.platform.vidyodev.io/vidyoconnect/sample/index.html.

(back to top)

How to run the application on your local machine

Prerequisites

MacOS

  1. Clone the repository

From the root project directory:

  1. Install dependencies #### sudo yarn install

  2. Build component locally

    yarn build

  3. Start local server and navigate to the URL listed in the terminal window to run the application

    sudo yarn start

Windows

  1. Clone the repository

From the root project directory:

  1. Install dependencies

    yarn install

  2. Build component locally

    yarn build

  3. Start local server and navigate to the URL listed in the terminal window to run the application

    yarn start