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
2 answers

Call POST request via Hangouts API from Google Scripts console

I've created a bot via Hangouts API and now would like to send a POST request to Google Calendar API (Freebusy: query) via Google Scripts console: function testPOST() { const url = "https://www.googleapis.com/calendar/v3/freeBusy"; const…
0
votes
1 answer

Hangout bot is not available to Users after Publishing

I am pretty new to Hangout concept. I have implemented various bot using Microsoft Bot framework. This time I need to implement and publish a Google Hangout Bot using this link. As Azure yet not provide Google hangout channel for Bot. As per this…
0
votes
0 answers

How to open google hangouts by using Intents?

However, I want to pass the name or ID of the person I want to call--the recipient name. I can't figure this out. I have tried below code. its working fine. But I want to open hangouts with specific user id. Intent hangouts = new…
0
votes
1 answer

Start hangout on air private

I want to start a hangout on air using the hangout button.
FaridM
  • 63
  • 2
  • 11
0
votes
0 answers

Can Chat-bot be achieved on android on Hangout app or any other default apps other than Facebook Messenger

What i need: I need to read messages of Hangout or any other default apps of android, so i send reply back according to the messages. Although Hangout api not giving access to read the messages (Based on my research), but Gmail giving api for read,…
Jhaman Das
  • 1,094
  • 13
  • 28
0
votes
1 answer

is there a way to get video call link from google calendar with google apps script?

I'm developing google script that uses google apps services and calendar api. Is there a way to get the video call id from CalendarEvent object?
0
votes
1 answer

Google Hangout Button: How to name the conversation?

I have integrated the google hangout button in my project by using following code Source: Documentation Hangout button demo: Inviting people Problem The hangout is named as Unnamed Hangout as shown in screenshot…
Vikas Bansal
  • 10,662
  • 14
  • 58
  • 100
0
votes
1 answer

Programatically reading / writing Google Hangouts SMS

How can I read and respond to SMS messages to my Google Hangouts number programmatically? I have read a lot of conflicting information about whether or not it's currently possible to use Jabber / XMPP with Google Hangouts, and the so-called…
habs
  • 121
  • 4
0
votes
2 answers

How to get google hangout button click event?

I tried to get access to iframe content from google hangout button but I ran into cross domain error. All I want to do is make my own button and when user clicks on it, then google hangout button's click event is fired. I want to know if it is…
Abolfazl
  • 1,592
  • 11
  • 32
0
votes
1 answer

automate sending messages in google hangouts from unix server

Is there a way that I could automate sending messages to a group in google hangouts using its API from my UNIX box? I am trying to automate a sql query which in turn sends the result as instant message to google hangouts.
Uppi
  • 702
  • 2
  • 13
  • 37
0
votes
1 answer

API to make public Google Hangout Url

I have a private web page. I want to offer a Google Hangout link from that page. Anyone with the link is "authorized" to use the Hangout. I'd prefer they don't have to log in (it's fine if they already are). It's extra work and opportunity for…
Michael Cole
  • 15,473
  • 7
  • 79
  • 96
0
votes
1 answer

Javascript rendered hangout button not working on mobile

I'm trying to add a sort of "contact me" hangout button on my webpage. The button is working fine on desktop. However on mobile (android phone or ipad) I get the message that I'm unable to join the session also the option to invite people is greyed…
Stephan Celis
  • 2,492
  • 5
  • 23
  • 38
0
votes
1 answer

Showing different content per user

I want to write my first hangout app. (a simple card game). According to the documentation the correct application type would be "main application" which shows the content in the main window. My problem is now that all users see the same content.…
Ole Albers
  • 8,715
  • 10
  • 73
  • 166
0
votes
1 answer

Google hangout api - close / reopen apps from participants side

how can the participant of the hangout close and reopen an app , that developed using "google hangout api" and with type of ROOM_APP , there is no any close button"(x) for example " !!. the only way is to open a text chat to run out of the app.…
0
votes
1 answer

Google talk gadget code from your website

i would like to have a google talk button on my website to launch google chat option i know it used to be possible but i can't find the code for it. the Hangout video button code is available at the below…
jg2015
  • 1
1 2 3
8
9