I want to add telephony to my web application, and I wonder if Google Hangout Telephone is the best choice for my requirements:
1) The API must be fully controlled through Javascript, without a Google UI. The user presses the dial and hang up button in my web application and this causes calls. My application is online at www.somedomain.com, and the Hangout features may be contained in a hidden frame that my script interacts with.
2) I send the API the phone number and it makes phone calls through the browser (this is similar to what it is about) in such a way that it is completely transparent to the end user.
3) when the user calls, the caller ID is visible and shows the phone number that the user controls with Google.
4) the user is allowed to make search calls; about 100-200 calls per day
5) phone billing is completely controlled by Google.
Can the Google Hangout API meet my requirements?
javascript hangout voip
frenchie
source share