Search code examples
htmlgoogle-hangouts

How to start Hangouts phonecall from website


Recently, Google enhanced the possibilities to make phonecalls. Money saving on your mobile, and the only way (nearly...) to make calls from a Chromebook.
How do I start a phonecall from a website? I am familiar with

<a href="tel:5551234567">Call (555)123-4567</a>

as a general approach, not supported on Chromebook.
Also I know how to Skype

<a href="callto:5551234567">Call (555)123-4567</a>

But can anyone tell me how to do this for Hangout?
TIA


Solution

  • The doc is here : https://developers.google.com/+/hangouts/button
    I think that's what you want !