Skip to content

dolbyio-samples/comms-sdk-web-call-tester

Repository files navigation

Deploy to GitHub Pages License

Dolby.io Call Tester

This project is a pre-call tester to check client readiness for connecting to dolby.io. The tool will check network, devices, and available network bandwidth for audio and video traffic.

Project setup

  • Clone this repository.
  • Get a Dolby.io client access token from our Developer Portal.

Initializing the project

Run the following command to install all the dependencies required to run the project:

npm install

Running the project

Run the following command to start the project:

npm run start

The project is now running, go to: http://localhost:8081 and provide the access token in the first text box to initialize the SDK.

Building the project

If you want to generate a bundle file that you can deploy on a web server, run the following command:

npm run build

Get the files in the dist folder and deploy them on your web server.

Run a test

Run the project and go to the web page http://localhost:8081, you should get the following screen:

Dolby.io logo

Click the Start testing button, the test will begin.

Dolby.io logo

After about 15 seconds, you will see the result showing up on the screen.

Dolby.io logo

GitHub Pages

You can test this project directly on our GitHub pages: https://dolbyio-samples.github.io/comms-sdk-web-call-tester/