GithubHelp home page GithubHelp logo

serverless-chime-sip-backend's Introduction

serverless-aws-chime-sip-meetings-backend

Prerequisites

Lambda deployment

  • npm i
  • sam build
  • sam deploy --guided
  • Use us-east-1 region in option while in deployment
  • Take the endpoint URL.
  • clone the Frontend demo repo
  • Change the URL here
  • npm i
  • npm start
  • check in the browser with https://localhost:3000
  • Enter room name and test the meeting after setup s3 and sip media application.

S3 setup

  • Use us-east-1.
  • Create a s3 bucket name sip-chime-audio-files.
  • Copy all audio file from audio-file folder and past it in the s3bucket. or use
    aws s3 cp ./audio-file/ s3://<bucketName>/ --recursive --exclude "*" --include "*.wav" --no-guess-mime-type --content-type="audio/wav" 
    

Setting up the sip media application

  • Use us-east-1.
  • Goto aws chime sdk console and create sip media application using the ARN of the sip lambda function.
  • Create a sip rule in media application and assign a phone number
  • Dail to that number you will here in frontend application.

serverless-chime-sip-backend's People

Contributors

nikhilaf avatar

Watchers

Maynor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.