maia bardavelidze
maia bardavelidze

Reputation: 393

how to use google+ hangout api for chat only

I`m creating page and I need to add hangout button with functionality to connect to my hangout and start chatting automaticaly on click

this is my code

<script src="https://apis.google.com/js/platform.js" async defer></script>
<div id="hangout" class="g-hangout" data-render="createhangout" data-invites="[{ id : '[email protected]', invite_type : 'EMAIL' }]"></div>

but it is only calling...

how can I do this?

P.S. Also I have created app_key but I do not understand how to use this and when I need this key...

Upvotes: 0

Views: 335

Answers (1)

kirkpatt
kirkpatt

Reputation: 623

There's no way to access chat from the Hangouts API. Take a look at the feature request, star it if you want updates. For alternatives, check out Twilio or Pilvo.

Upvotes: 1

Related Questions