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
yarn install
yarn serve
Visit http://localhost:8080 to test.
yarn test
event 'accepted' renamed to 'established'
session.ua.xxx renamed to session.userAgent.xxx
- Replace the demo with React.js
- Redo code coverage part
- Replace puppeteer with playwright