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

Google Chat API: Delete message from bot gives a 401 error

This is the code i'm trying to use for deleting messages posted through a webhook to a chat room (I grab messageID when I create It with this same request but POST method and sending message in a text variable): var WEBHOOK_URL2 =…
farrusete
  • 435
  • 9
  • 24
2
votes
1 answer

Google Meet for iOS - URL Scheme

Im trying to find the URL Scheme Google Meet for iOS: https://apps.apple.com/us/app/google-meet/id1013231476 I need to find it so i can link a MDM managed web browser to Google Meet, so related meeting invite links open in Google Meet. I have…
Rich G
  • 21
  • 2
2
votes
0 answers

How to create a click listener for Hangouts API in Dialogflow using webhook

I am creating a chatbot using Dialogflow with Hangouts API with fulfillment. While specifying a button on Hangouts custom payload in Dialogflow (or in my webhook if required) that then triggers a another intent. My end goal is replicate the Quick…
Hasam
  • 622
  • 1
  • 6
  • 14
2
votes
1 answer

Post to Google Hangouts with Webhook and GScript

Right now we use a Slack webhook to send important data from an email account into our Slack channel. Management wants us to switch to Hangouts and retain similar functionality with automated alerts. I tried adapting my slack gscript with no…
mlizbeth
  • 303
  • 3
  • 18
2
votes
1 answer

Dialogflow Hangout Integration with Card Response

I am using Dialogflow and fullfilment for dynamic response and integration has been done with Hangout. Text response is working fine. But when i use rich media like CARDS (Hangout API), It is not working. Can you please let me know what was i am…
2
votes
0 answers

Can we record hangouts meet calls using Python?

Is there any possibility to record Hangouts calls using Python? I want to find any method that records hangouts call using Python. I was trying to find a method by referring to Hangout Api’s documentation. But I was not able to get a proper solution…
Theesh
  • 187
  • 1
  • 18
2
votes
4 answers

How to post messages on the same thread using google hangouts chat api webhooks?

I am trying to send a post message to the google chat API using webhooks in the same thread when the message is about the same file being processed. Right now the messages are being posted but not in the same thread. Any help will be…
MJ9094
  • 123
  • 3
  • 11
2
votes
0 answers

Google chat card API can't mention a user

I'm stuck these days with a google chat API and I try to make my bot look like the cool ones so I add the card feature. But I'm experiencing this problem I can't mention a user. in my old bot (before adding the card) I had this JSON "text":" hello…
Theodosis
  • 792
  • 2
  • 7
  • 22
2
votes
1 answer

Google Hangout API to make a call

I want to make a simple desktop icon that can be clicked to trigger a Google Hangout API call to a specific user. I can't seem to find the right API to use or way to go about this. Any suggestions?
Jon Silver
  • 21
  • 2
2
votes
3 answers

Making a Video call using Hangout api

Hello i have an android application , in which i want a video chat functionality , i searched a lot on internet but couldnot find any working and simple solution to this , then i found hangout api , now i want to add hangout video call feature to…
Addi.Star
  • 475
  • 2
  • 15
  • 36
2
votes
1 answer

Send email to user of google hangout

I'm wondering if there is some way to send an email to participant in a google hangout. We'd like to adjust our hangout on air app so that when broadcasting in finished, all the participants would be send a link to the recording on youtube. We've…
Sam Joseph
  • 4,584
  • 4
  • 31
  • 47
2
votes
0 answers

Hangouts api is not working on Ionic app

I am using the following code in Ionic app to get the start-hangouts button on Android device.
user1188867
  • 3,726
  • 5
  • 43
  • 69
2
votes
0 answers

Google Hangouts API for video calling web app

I want to develop a video calling web application for desktop browsers. I tried Google Hangouts API, but it can only start a new Hangout, so the receiver can answer only with the Hangout App (external app). Is it possible to use Google Hangouts API…
2
votes
0 answers

How to start and publish On Air Hangout via API

I want to have "gimme air" slack command that would: Create Hangout on Air and make it available for given google domain Record it™ Publish on YouTube as an unlisted video Retrieve the link Per this and this question, I can see it's possible to…
2
votes
0 answers

Want to open hangout on air in PHP webpage using getHangoutUrl()