Questions tagged [google-hangouts]

Hangouts Chat supports team collaboration by providing chat rooms, threaded conversations within rooms, direct messages between users, and Bots.

Hangouts Chat supports team collaboration by providing chat rooms, threaded conversations within rooms, direct messages between users, and Bots.

https://developers.google.com/hangouts/chat/

631 questions
6
votes
1 answer

How to mute/unmute a Google Hangout via JS (no jQuery)?

I want to write a Chrome extension that lets you mute/unmute your Hangout from a browser action button rather than making you open the Hangout tab and do it there, but it appears that their HTML and JS is obfuscated so I can't figure out a decent…
Mike Crittenden
  • 5,779
  • 6
  • 47
  • 74
6
votes
4 answers

start google hangouts in android

I want to start a new hangout conversation with given people, but I can't find any code for it. Is there any easy solution to do this? I tryed to make skype call, and it worked easyly with an intent. Here is the skype code: Intent…
Cselt
  • 81
  • 1
  • 4
5
votes
1 answer

Google Forms / Apps Script / Hangouts Chat - Bot message content sending individually instead of together

I'm trying to make a Google Hangouts Chat Bot that detects when a form has been filled in, and sends the responses of the most recent form submission to Hangouts Chat using a bot. I have built this off existing code (my JS / GAS knowledge is near…
5
votes
0 answers

Create a direct link to open a conversation with a user at chat.google.com

I have a list of contacts on my site, each of whom has a valid google account / email address. I want to create a link for each person which, when clicked, will take the user to chat.google.com (not hangouts) and open a conversation with that…
Mag
  • 51
  • 4
5
votes
1 answer

chatbot: how to validate incoming requests from google hangouts

We've put together a google hangouts chat bot to provide some convenient functionality for our team. The bot is of the 'bot URL' variety, meaning that hangouts sends requests to an app endpoint and our app responds appropriately. At the moment,…
5
votes
2 answers

How to delete the message sent by Webhook in google hangout chat

I followed incoming bot python to send a message with webhook and I want to delete it with Method:delete. But I get error 401 and following is the error message. {'error': {'code': 401, 'message': 'Request is missing required…
Chao
  • 179
  • 1
  • 8
5
votes
1 answer

How to get space Id of users who have not added Google Chat Bot to their coversation

We are implementing a Google hangout Chat Bot , Which will send proactive notification to the user in domain. To do this Google chat Bot API requires the space Id to send proactive notification to user. Reference document:…
Planet-Zoom
  • 1,005
  • 2
  • 9
  • 20
5
votes
1 answer

fulfillmentText vs fulfillmentMessages in DialogFlow

I am making a Chatbot which is using Google Hangout Chat currently, but will be ported on other chat platforms. The chat code is handled on a Node.js backend and the Intent identification is done using DialogFlow's Nodejs API. The Hangout Chat…
5
votes
0 answers

How can we have a YouTube Live event communicate to our server once the Hangouts API goes away?

Following the migration of Hangouts on Air to Youtube Live events: "Start a Hangout on Air" button for Youtube LiveStreaming API It seems that the hangouts API is not being retired on April…
Sam Joseph
  • 4,584
  • 4
  • 31
  • 47
5
votes
1 answer

Publishing Google Hangouts App

I followed the following steps: Verify your account at Chrome Web Store by going to Chrome Web Store Developer Dashboard and clicking the "Pay this fee now" link. Fill in the fields in the Google Developers Console by following the instructions at…
5
votes
2 answers

Android - How to open the Hangout app from a Hangout URL displayed in the webview?

I just made an Android app where I am displaying my website in a webview. My webpage has many links to Google Hangouts URL (https://talkgadget.google.com/hangouts/_/g23uuqx.......) in which there are people in a call. When this link is clicked…
New to Rails
  • 2,824
  • 5
  • 27
  • 43
5
votes
2 answers

Is it possible to create a new Hangouts on Air broadcast/stream from the API?

Is it possible to initialize a new Hangouts on Air broadcast/stream directly from the API? I'm attempting to use Hangouts on Air for my website's live broadcast system, but I don't see any API methods in the YouTube Live API that allows stream…
5
votes
1 answer

google hangout microphone is not working with network error and firewall setting issue

From last 1 week i am facing strange issue in google hangout. as i join a meeting first a message pops up Your microphone is not working or is hardware-muted! then after few seconds i see message Couldn't start the video call because of a network…
5
votes
7 answers

Google Hangouts website button

Is it possible to add a Google Hangouts button to my business site that when clicked on initiates a call to me? I have a business website and I would like for anyone to be able to call be like the Skype button that you can embed on your website page…
Billy
  • 343
  • 2
  • 4
  • 7
5
votes
2 answers

How distinguish hangout from google talk app?

From my app I want to run Hangouts and from that app users can create video calls. But on some target devices users have native Google Talk app (not updated to Hangouts). The problem is: Google Talk and Hangouts - this is the same apps with the…
jimpanzer
  • 3,470
  • 4
  • 44
  • 84