comms-sdk-web-getting-started icon indicating copy to clipboard operation
comms-sdk-web-getting-started copied to clipboard

Getting Started with the Dolby.io Communications SDK for Web.

Dolby.io Communications Web SDK -- Getting Started

This starter project demonstrates the mechanics of making a Voice and Video Call with Dolby.io.

Getting Started

Follow the Getting Started tutorial to learn how this application works.

Running

This project runs as a single-page application with any web server.

You can run a web server in a Node.js environment with live-server or http-server:

npx http-server

You can run a web server in a Python 3 environment with http.server:

python3 -m http.server

You can also explore static site hosting and traditional HTTP servers.

Troubleshooting

See the accompanying Web SDK Troubleshooting

Learn More

For more information, visit the Dolby.io Communications Web SDK documentation.