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
63
votes
9 answers

Is there direct API for Google Meet?

I'm creating a system where I want to generate Google Meet meeting from NodeJS code. Is there API for creating a new meeting in Google Meet ? There is button Create new meeting on https://meet.google.com/ and I want to do something similar using…
shark
  • 995
  • 1
  • 8
  • 19
45
votes
2 answers

Is there a syntax to specify multiline code snippets in Google (Hangouts) Chat?

I would like something like the Markdown options (of SO?), where four leading spaces makes it look like code blocks have been written
sameers
  • 4,855
  • 3
  • 35
  • 44
32
votes
0 answers

Programmatically generate a Google Meet link

I'm looking to start a Google Meet meeting by calling an API that returns the new meeting URL. It looks like this may be possible if I create a new meeting using the calendar API, but it'd be nice if that wasn't necessary.
codebits
  • 499
  • 3
  • 8
32
votes
4 answers

Android KitKat 4.4 Hangouts cannot handle Sending SMS intent

Code for sending sms that worked perfectly until Android 4.3 (Jelly Bean) and stopped working since 4.4 (KitKat) I'm just preparing the text message for the user, but they need to choose the number to send to. The code I have used is: Intent…
nheimann1
  • 2,348
  • 2
  • 21
  • 33
28
votes
3 answers

Send Meeting URL using Google Meet API

I want to create Java Spring application using google meet api where I'll generate a meeting link using which two people could join. Basically, it's like creating an event for two attendees (user could be of any domain) and send them meeting link…
Himanshu Arora
  • 688
  • 1
  • 9
  • 20
26
votes
3 answers

How to enable Q&A app on Google Hangouts on air

Google Hangouts on air has useful application called Q&A. It allows watchers to ask speakers with text questions and even vote on these questions. In user interface, you can enable this feature for certain event on your G+ page. How do I enable Q&A…
zavg
  • 10,351
  • 4
  • 44
  • 67
26
votes
5 answers

Enabling SMS support in Hangouts 2.0 breaks the BroadcastReceiver of SMS_RECEIVED in my app

I just received the update for Hangouts 2.0, installed it and enabled SMS → Turn on SMS. Now my application, running under Android 4.3, is unable to receive SMS any more, i.e. my BroadcastReceiver for SMS_RECEIVED is no longer called. :-( As soon as…
Flow
  • 23,572
  • 15
  • 99
  • 156
22
votes
4 answers

Start Google Hangout from Intent in New Hangouts Android app

There are previous discussions here regarding starting a Google Hangout from an intent on Android: start google hangouts in android How can I start a Google Hangout in Android with an Intent? The conclusion was that this was not possible. It is a…
user2388372
  • 221
  • 1
  • 2
  • 3
19
votes
1 answer

Using Google+ Hangouts API

If someone adds bot@mydomain.com to his Google Hangout contacts and sends it a Google+ Hangout Chat message, I want to set up an automatic reply to his chat from my server. Is there a way to do that?? I think Its possible using the Google+ Hangouts…
prateekkathal
  • 3,482
  • 1
  • 20
  • 40
18
votes
1 answer

How can I access the Google+ hangout chat?

I want to implement a speaker queue manager that works off of the chat - see GitHub repo Q Bot for more details - but are unable to find a way to listen to chat events (and then react to them). Any hints?
Michael Hausenblas
  • 13,162
  • 4
  • 52
  • 66
17
votes
5 answers

Simplest solution for a bot which posts to a google hangouts chat?

Our house (I live with 5 roommates) uses a google hangouts chat from our phones to communicate various things. Lately we've been discussing some scheduled things, like a rotation for cleaning certain parts of the house, and I thought it would be…
mturnshek
  • 312
  • 1
  • 3
  • 9
16
votes
1 answer

How to get the Google Chat (Hangout) ID of a google authenticated user (oauth2)?

I am working on xmpp client for google chat. I need the Google Talk ID which looks something like "xxxxx@public.talk.google.com" of a user. Using oauth2, I am able to get the email id(gmail) and other profile information but I can't figure out how…
ma08
  • 3,654
  • 3
  • 23
  • 36
16
votes
3 answers

How to look up user information from Google GAIA ID?

I've been working on a Hangouts.json parser for Google's Takeout service that takes all of the conversations, attachments, and miscellaneous information from the json file and populates a database with everything. I've finished everything but the…
rfoo
  • 1,160
  • 1
  • 12
  • 27
16
votes
3 answers

Google Hangouts adapter for Hubot?

I'm currently playing around a bit with Hubot and want to connect it to my and my friends hangout channel. The problem is that I can't seem to find an adapter. There may not exist one (as google hangouts pretty recently remodeled their api) but I…
nyson
  • 1,055
  • 6
  • 20
16
votes
2 answers

Google Hangout Links from Calendar

I have iCal and Google Calendar synced so that I can see my appointments. However, I am never able to see the Google Hangout link unless I go to google calendar. Do any native OSX apps support the field for the Google Hangout link?
Brett Hardin
  • 4,012
  • 2
  • 19
  • 22
1
2 3
42 43