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

Commit

Permalink
Merge pull request #2 from dolbyio-samples/README
Browse files Browse the repository at this point in the history
Markdown Readme
  • Loading branch information
alaboy3 authored May 26, 2023
2 parents 0ab1ef8 + 5111f99 commit e5f57be
Showing 1 changed file with 54 additions and 3 deletions.
57 changes: 54 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
[![License](https://img.shields.io/github/license/dolbyio-samples/blog-angular-videoconference)](LICENSE)
![Blog Picture](https://dolby.io/wp-content/uploads/2021/09/How-to-Use-DolbyIO-Video-Conferencing-with-Angular.jpg)
# How to Use Dolby.io Video Conferencing with Angular

Read the blog post for detailed instructions on how to build this project
and what it does.
This repository contains code sample code for building a video conferencing application using Angular and Dolby.io Communications API. It features screen sharing, chat, and participant management.

[https://dolby.io/blog/how-to-use-dolbyio-video-conferencing-with-angular](https://dolby.io/blog/how-to-use-dolby-io-video-conferencing-with-angular)
## Overview
Following the instructions of [How to Use Video Conferencing with Angular](https://dolby.io/blog/how-to-use-dolby-io-video-conferencing-with-angular/), this tutorial is a step-by-step guide on how to integrate Dolby.io video conferencing with Angular web applications. It covers everything from setting up a development environment to implementing video conferencing functionality using the Dolby.io API.

## Requirements
There are several requirements to follow along with this tutorial:
- Node.js and npm must be installed on your machine.
- Angular CLI must be installed to generate and run the Angular app.
- Any modern web browser to run and test the application

## Getting Started
As part of enabling Dolby.io's audio processing capabilities, you would need to sign up for a [Dolby.io account](https://dashboard.dolby.io/signup/). You receive 50GBs to start out for free, which should help you get started with this project.

Once inside the dashboard, make sure you create an app to acquire the API key and secret token. For more information on how to navigate the dashboard, [read here](https://docs.dolby.io/communications-apis/docs/overview-developer-tools).

## Report a Bug
In the case any bugs occur, report it using Github issues, and we will see to it.

## Forking
We welcome your interest in trying to experiment with our repos.

## Feedback
If there are any suggestions or if you would like to deliver any positive notes, feel free to open an issue and let us know!

## Learn More
For a deeper dive, we welcome you to review the following:
- [Communications API](https://docs.dolby.io/communications-apis/docs/overview-introduction)
- [Getting Started with Web SDK](https://docs.dolby.io/communications-apis/docs/getting-started-with-the-javascript-sdk)
- [More tutorials for Web SDK](https://docs.dolby.io/communications-apis/docs/create-a-basic-audio-conference-application)
- [Building a Virtual Event and Webinar Application with React and Dolby.io](https://dolby.io/blog/building-a-virtual-event-and-webinar-application-with-react-and-dolby-io/)
- [Kickstart Video Calls for Your React Web App with UIKit](https://dolby.io/blog/kickstart-video-calls-for-your-react-web-app-with-uikit/)
- [Blog Session - Communications API](https://dolby.io/blog/category/communications/)

# About Dolby.io
Using decades of Dolby's research in sight and sound technology, Dolby.io provides APIs to integrate real-time streaming, voice & video communications, and file-based media processing into your applications. [Sign up for a free account](https://dashboard.dolby.io/signup/) to get started building the next generation of immersive, interactive, and social apps.

<div align="center">
<a href="https://dolby.io/" target="_blank"><img src="https://img.shields.io/badge/Dolby.io-0A0A0A?style=for-the-badge&logo=dolby&logoColor=white"/></a>
&nbsp; &nbsp; &nbsp;
<a href="https://docs.dolby.io/" target="_blank"><img src="https://img.shields.io/badge/Dolby.io-Docs-0A0A0A?style=for-the-badge&logoColor=white"/></a>
&nbsp; &nbsp; &nbsp;
<a href="https://dolby.io/blog/category/developer/" target="_blank"><img src="https://img.shields.io/badge/Dolby.io-Blog-0A0A0A?style=for-the-badge&logoColor=white"/></a>
</div>

<div align="center">
&nbsp; &nbsp; &nbsp;
<a href="https://youtube.com/@dolbyio" target="_blank"><img src="https://img.shields.io/badge/YouTube-red?style=flat-square&logo=youtube&logoColor=white" alt="Dolby.io on YouTube"/></a>
&nbsp; &nbsp; &nbsp;
<a href="https://twitter.com/dolbyio" target="_blank"><img src="https://img.shields.io/badge/Twitter-blue?style=flat-square&logo=twitter&logoColor=white" alt="Dolby.io on Twitter"/></a>
&nbsp; &nbsp; &nbsp;
<a href="https://www.linkedin.com/company/dolbyio/" target="_blank"><img src="https://img.shields.io/badge/LinkedIn-0077B5?style=flat-square&logo=linkedin&logoColor=white" alt="Dolby.io on LinkedIn"/></a>
</div>

0 comments on commit e5f57be

Please sign in to comment.