Skip to content

dolbyio-samples/comms-sdk-web-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.