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
7
votes
1 answer

Google Hangouts Meet API Documentation

I'm looking for original api documentation for Google Hangouts Meet. I noticed that one the bots hangups https://github.com/tdryer/hangups uses these…
max_dev
  • 554
  • 2
  • 6
  • 15
7
votes
1 answer

Google Hangout Telephone capabilities

I'm looking to add telephony to my web app and I'm wondering if Google Hangout Telephone is the best choice for my requirements: 1) the API must be totally controlled via Javascript, no Google UI. The user clicks dial and hang up in my web app and…
frenchie
  • 51,731
  • 109
  • 304
  • 510
7
votes
0 answers

WebRTC audio distortion -- Intermittent and Repeated

When engaging in a hangout (or via custom webrtc application) on a video and audio call, one caller will observe distortion in the affected party's audio. This distortion will directly correlate to the packetsSentPerSecond (as observed from…
calebboyd
  • 5,744
  • 2
  • 22
  • 32
7
votes
0 answers

Can't publish a Hangout app (extension)

I've created a Google Hangout extension app, tested it works privately etc and now I'm trying to publish it. I have followed the instructions here: https://developers.google.com/+/hangouts/publishing I've filled in the forms correctly, created the…
7
votes
2 answers

Does the for GAE XMPP service still work with Hangout/G+ today, to implement a Chatbot?

I've just followed the tutorial on https://cloud.google.com/appengine/docs/java/xmpp/ and https://cloud.google.com/appengine/articles/using_xmpp and written a chatbot on the GAE XMPP service, assuming/hoping that I could now connect to it using the…
vorburger
  • 3,439
  • 32
  • 38
7
votes
2 answers

Embedding Google+ Hangout App in web application

Is there any way to embed a Google+ hangout app in a PHP-based website? Can I load the app inside an iframe without having to land on Google+ hangout page? If so, how?
Basit
  • 1,830
  • 2
  • 31
  • 50
7
votes
3 answers

send google hangout notification using python

Is there an API which allows me to send a notification to Google Hangout? Or is there even a python module which encapsulates the Hangout API? I would like to send system notification (e.g. hard disk failure reports) to a certain hangout account.…
Andreas Roth
  • 699
  • 2
  • 9
  • 30
7
votes
2 answers

Is there anyway to have hangouts outside google+?

Is there any way by which we can have a hangout session within our webapp, say in an iframe ? I was about to experiment with hangout api, but going by existing apps on hangout, it seems they can only be viewed and used from within Google+. Is…
Amogh Talpallikar
  • 12,084
  • 13
  • 79
  • 135
6
votes
0 answers

Which event(s) to use in place of Google Chat's "DeprecatedEvent"

I have several questions related to google.golang.org/api/chat/v1. It seems the only available Event object is DeprecatedEvent. So, what is the non-deprecated one to use? If DeprecatedEvent is indeed the intended one to use, inside the…
6
votes
1 answer

Hangouts Chat: get all messages in a thread

Is there a way to get all messages belonging to a thread? We know from https://developers.google.com/hangouts/chat/reference/rest/v1/spaces.messages#Message that a Message belongs to a Thread, is there an API to fetch all messages for a given…
Francesco Gualazzi
  • 919
  • 1
  • 10
  • 23
6
votes
1 answer

Posting a Webhook to Existing Thread

Trying to figure out how to have a post a webhook message in Hangouts Chat to an existing thread in a chat room. When I post to the webhook URL, I get the following response: { "name": "spaces/123123123123/messages/128391203812903809128", …
DLee
  • 7,856
  • 4
  • 19
  • 23
6
votes
0 answers

Is it possible to create event of type "Quick (using Google Hangouts On Air)" using YouTube Live Streaming API

As the Google+ Hangouts API has shut down, how can I create a YouTube Live Event of type Quick (Google Hangouts On Air) using the YouTube Live Streaming API?
6
votes
0 answers

Janus Webrtc screen sharing without Chrome plugin and only with server Janus Gateway extension installed

Is there any way to implement client screen sharing functionality using webrtc without mandatory installation of any extension as Hangoutdo? Why hangout never ask to install any extension to do screen sharing?
Akshay Rathore
  • 819
  • 1
  • 9
  • 23
6
votes
2 answers

Auto start and join google video hangout in chrome browser from ubuntu terminal

I have been looking all over for this and I feel like this should be very straight forward. I am setting up a conference room computer and I want to automate starting AND joining a google video hangout in google chrome from a script that I run in…
lawless
  • 191
  • 1
  • 5
  • 15
6
votes
1 answer

Is it possible to send a Google hangouts chat message using node.js?

I'm looking for a way to send a message to the new Gmail chat window - Google Hangout apparently. I'm aware XMPP is supported for old-style chats, but is there an API to send anything using Google Hangouts from node.js?
Fluffy
  • 27,504
  • 41
  • 151
  • 234
1 2
3
42 43