Questions tagged [hangouts-api]

The Google+ Hangouts API lets users develop collaborative apps that run inside a Google+ Hangout. Developers can write their apps as either a Hangout application or extension.

The Google+ API lets users develop collaborative apps that run inside a Google+ Hangout. Developers can write their apps as either a Hangout application or extension.

References:

135 questions
0
votes
1 answer

dart polymer and hangouts_api incompatible versions

I am trying to use dart hangouts_api and polymer at the same time and I get the following error: Incompatible version constraints on browser: - hangouts_api 0.3.0 depends on version >=0.9.0 <0.10.0 - polymer 0.15.1 depends on version…
rwk
  • 11
  • 3
0
votes
1 answer

Google Hangouts - controlling other participants video

I'm thinking about creating sort of helper application for friend to enjoy paper RPG through internet. I was thinking about using Hangouts API, however I have. Is there a way of temporarily exclude some of the participants from running conversation?…
Marrbacca
  • 137
  • 1
  • 10
0
votes
1 answer

Scheduling a Google Hangout (on Air) in advance via API

I wonder if it is possible to schedule Hangouts on Air via any of the Google APIs. There is a similar question asking whether it is possible to start one, but I am more interested in scheduling them, say, a week ago via an API and be able to…
ilim
  • 4,477
  • 7
  • 27
  • 46
-1
votes
1 answer

How do you ensure people add your bot to Google Chat rooms?

We have a bot on Google Chat but it seems people use it in the personal scope rather than adding to rooms. As per my understanding, there is no concept of "teams" on Google Chat. However, our bot works best with teams, ie, in rooms. Is there a way…
Vedika
  • 1
-1
votes
1 answer

Not getting the meeting link of hangout meeting?

I have used the the calendar api https://www.googleapis.com/calendar/v3/calendars/ for creating an event but not getting meeting link. Also i have tested the api in postman but getting bad request attaching the…
-1
votes
1 answer

404 truncated server response on Apps Script Bot

I'm trying to work on a chat bot for Hangouts that runs a function every day and sends a message. I started with the template on the Google Developers site, but I'm getting an 404 Truncated server response error while fetching the URL. Error:…
-1
votes
2 answers

Hangouts Chat: how to retrieve project_id or client_id in incoming event request?

I have setup a fully operational chat bot in Hangouts Chat orchestrated by a tailored webserver. I would like now to be able to have this webserver to interact with other Hangouts bots that I created and to route some requests to some of my other…
Watchoutman
  • 37
  • 1
  • 10
-1
votes
1 answer

How does Google Hangouts works

could someone share any links where described how Google Hangouts works under the hood? I've googled a lot about it and no answer. I know that they lately started to use WebRTC. Interesting about does it use WebRTC gateway? How there peers…
-1
votes
1 answer

hangouts-chat: hangouts chat bot unable to post messages to a Bot implementation https endpoint

I have developed a HTTPS Synchronous end point that responds to POST messages and configured the URL as "Bot URL" under Chat bot configuration for Hangouts Chat. It is deployed to an EC2 in amazon aws and added a route53 entry for the URL:…
-1
votes
2 answers

Can i use Hangouts Chat API for application not use for bots?

Can I use Hangouts Chat API for a application like someone sign in this application and get dm or rooms for my application? I means i don't went to create a bot ,but i went use this API to get info from Hangouts Chat and send messages.
-1
votes
2 answers

How to navigate to Hangouts chat from android application

I want to navigate from my android app to hangouts text messages chat. i already have the google user/ id of the user i would like to chat with, but i found only video hangouts api examples. is it possible at all? thank you very much.
-1
votes
2 answers

How to embed Hangout chat in my Android App

my question is similar to the below one... How to embed Skype in my App I have an android application. There we have a option to chat with our google contact user. So, We planned to use the hangout chat to achieve. Now, I just want to use the…
Rajesh Rajaram
  • 3,271
  • 4
  • 29
  • 48
-2
votes
1 answer

Hangout Chats Monitoring

Can we have API's for monitoring the chats between different users and group in Hangout within our organisation . This will help Admin to have better control over the content which is being communicated within organisation and to control outside of…
-3
votes
1 answer

Hangout API Deprecation

I am planing to do an app integrated with Google Hangouts but I need to know who are in the hangout group I could have done that with Google+ Hangouts API but it has depracated. What is your suggestion to find out Who are in the hangout group like a…
-3
votes
1 answer

Write a Google hangout chat bot on GAE. Where is the new com.google.appengine.api.xmpp?

Back in the days, I wrote a simple XMPP base bot on GAE, and connect to it with Google Talk using com.google.appengine.api.xmpp Now, that XMPP and GTalk are both retired, how can I build a bot which use Hangout chat to do the same?
1 2 3
8
9