Skip to content

dolbyio-samples/comms-conference-app

 
 

Repository files navigation

Dolby.io - Conference Application

This sample application is build on top of the Dolby.io UXKit for React.js.

Run the application

Install all the dependencies using the following command:

npm install

Then run the following command to start a local web server:

npm run start

You can now access the application from the URL: http://localhost:8080. Get an access token from your Dolby.io dashboard.

Build the application

To build the application for distribution, run the following command and look for the dist folder at the root of this project.

npm run build

Languages

  • JavaScript 72.8%
  • Less 25.2%
  • CSS 2.0%