Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 656 Bytes

dev-notes.md

File metadata and controls

35 lines (22 loc) · 656 Bytes

Developer Notes (by Tyler Liu)

Phone number format

When you use the demo application, make sure that you enter the phone number format as '6501234567', not '(650) 123-4567'. Otherwise outbound call doesn't work.

When you call a foreign number, it's a good idea to add prefix '+', for example: +61123456789

Quick start

yarn install
yarn serve

Visit http://localhost:8080 to test.

Run tests

yarn test

New changes in 0.9.0

event 'accepted' renamed to 'established'

session.ua.xxx renamed to session.userAgent.xxx

Todo

  • Replace the demo with React.js
  • Redo code coverage part
  • Replace puppeteer with playwright