Hangouts API discontinued
Opened this issue · 0 comments
Deleted user commented
Call from Hangouts doesn't work for me anymore, because Google decided they'd arbitrarily discontinue the Hangouts API.
You can use a replacement I made to call directly using Hangouts.
- First, to go https://hangouts.google.com .
- Open the Developer Console, then click the 'Console' tab.
- Copy and paste the following code into the console:
navigator.registerProtocolHandler('tel', 'https://hangouts.google.com/?hl=en-GB&action=chat&pn=%s', 'Hangouts')
- Accept the prompt to replace the tel handler.
Now calling from Hangouts using tel links works again. Hope this helps someone.