Search code examples
google-apigoogle-plusgoogle-hangouts

Create Hangout session with unique link


I'm working to create a hangout app. where initiator can create a hangout session with unique link and invite others user (called attendees) by giving that unique link. so when an attendee click that link he can attend only that hangout session.

I've created an app. with basic XML file provided by Google, but can't figure out how to create unique link for each hangout session. Is there any functions in Hangout API? as far as I've read API documentation I don't found such function. Can anybody suggest me how to do it?

Please help me....


Solution

  • This YouTube video discusses how to do what you want: http://www.youtube.com/watch?v=Al4SbeVyLm4

    The general procedure will be for the initiator to create a hangout using a link on your website and, as part of creating it, starting up a hangout app. This app sends the URL for the hangout back to your website where it can be sent to the attendees.