voxeet / comms-sdk-web-getting-started

Getting Started with the Dolby.io Communications SDK for Web.
https://docs.dolby.io/communications-apis/docs/getting-started-with-the-javascript-sdk
MIT License
17 stars 18 forks source link
dolbyio-comms featured getting-started javascript

:warning: This repository is no longer maintained :warning:

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.