Skip to content

DominicCurc/CalHacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page_type languages products
sample
javascript
azure
azure-communication-services

Add 1 on 1 video calling to your application

This code sample walks through the process of integration Azure Communication Services video calling into your Javascript application.

This quickstart sample includes the code that is explained as part of this document. See that document for additional details on how this sample works.

Prerequisites

Run the code

  1. Run npm i on the directory of the project to install dependencies

  2. Use the webpack-dev-server to build and run your app. Run the following command to bundle application host in on a local webserver:

     npx webpack-dev-server --entry ./client.js --output bundle.js --debug --devtool inline-source-map
    

Open your browser and navigate to http://localhost:8080/. You should see the following:

Render of sample application

You can make an 1:1 outgoing video call by providing a user ID in the text field and clicking the Start Call button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors