I have implemented Twilio JS client, everything is working good on localhost. I can receive incoming calls and make outgoing calls to my verified number but when deployed to live, outgoing calls are not going through.
Initially I thought it is something related to SSL as Chrome was saying at console that it can't allow getUserMedia() without SSL. Now I got the SSL for server, Chrome's warning is gone and Chrome seems happy now.
After getting SSL when I try to make call, it starts to dial (earlier it wasn't dialing at all) but call ends with "An application error has occurred..." voice message.
Is there any restriction that we can't make outgoing calls on live servers / domains while using demo accounts?