Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Starting a hangout with a list of users invited

I have a website where is discussion is happening among some people with valid gmail ids. If one of them in the discussion clicks on the google hangout button, I need to start a hangout with the list of users in the discussion invited already i.e. I need to avoid the Add Participant popup that comes up when the hangout app is opened. Is there a way to do this? I explored the documentation and I couldn't find any API to invite a participant.

like image 225
Jophin Joseph Avatar asked Feb 15 '23 16:02

Jophin Joseph


1 Answers

To the best of my knowledge (and more than willing to be corrected), there isn't a way to trigger a hangout with a set of participants. There is a bit of a hack using the calendar API though - you could create a calendar entry in a calendar set to automatically create hangouts, and invite everyone that way. I had an old blog post on it: http://www.riskcompletefailure.com/2012/11/programmatically-scheduling-hangouts.html

like image 98
Ian Barber Avatar answered Feb 20 '23 11:02

Ian Barber