Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.12 KB

File metadata and controls

25 lines (17 loc) · 1.12 KB

PSTN Proof of concept for Azure Communication-react UI Library

This repo is to demonstrate how to use PSTN calling with the ACS React UI library.

Instructions on how to run it

  • Clone the repository
  • run the following:
    • npm install yarn
    • yarn install
    • yarn start

Instructions on how to start a call

Once you have the application running you will be greeted with this screen on localhost:3000

Screenshot of the home page

you will need 4 things:

  • An ACS requisitioned phone number
  • An ACS token from the same ACS resource as the phone number with VOIP credentials.
  • The userIdentifier that goes with the token
  • The number that you would like to call

Once you have entered the information into the fields and press the Start Call button the app will dial out to that number.