Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 1.07 KB

File metadata and controls

33 lines (20 loc) · 1.07 KB

⚠️ This repository is no longer maintained ⚠️

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.