Friday 15 July 2011

google api - Start a hangout chat from web -



google api - Start a hangout chat from web -

i trying create hangouts button on user page profile when clicked take user hangouts app , start hangouts chat person specified.

just create things clear trying create chat start not video phone call or hangouts on air.

current code:

<script src="https://apis.google.com/js/platform.js"></script> <div id="placeholder-rr"></div> <script> $( document ).ready(function() { gapi.hangout.render('placeholder-rr', { 'render': 'createhangout', 'hangout_type': 'normal', 'invites' : [{'id': '109883513693796164843','invite_type': 'profile'}], 'widget_size': 175 }); }); </script>

but reason no matter tinker allways starts hangouts on air.

if can help me apreciate it.

the hangouts api supports video hangouts. if integration text chats search or create feature requests.

google-api google-plus hangout

No comments:

Post a Comment