This starter project demonstrates the mechanics of making a Voice and Video Call with Dolby.io.
Follow the Getting Started tutorial to learn how this application works.
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.
See the accompanying Web SDK Troubleshooting
For more information, visit the Dolby.io Communications Web SDK documentation.