Data calling

Warning! Protocol "file" used to load page in Chrome.
Chrome disables access to microphone when loading from disk, which prevents proper functionality.

You can allow working local files, if you start Chrome with the flag '--allow-file-access-from-files':

OS X: '$ open -a Google\ Chrome --args --allow-file-access-from-files'
Windows: '"C:\>Program Files\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files'
GNU/Linux: '$ chrome --allow-file-access-from-files'

Sign in



Takeaways

  • Authenticate users and act on success / failures
  • How to create user and login automatically
  • After page load, look for an earlier session and try to start it
  • Place a web-to-web call
  • Wire up the incoming stream + start/stop ringback tone as needed
  • Receiving a phone call
  • Ending a phone call

Web Call