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

Google Hangouts On Air does not allow anyone in (even though it says "anyone with this link")

I'm working on an app that starts a Google Hangout On Air. We do this programmatically using Javascript and the Google+ Hangouts API. We've successfully created the button and when you click it, it properly starts a Hangout On Air. We'd like to…
mr rogers
  • 3,200
  • 1
  • 19
  • 31
1
vote
1 answer

google api access token null for local java client with service account

I created a service account to use Google chat (not bot) from a local java client. My objective is to migrate flowdock data to Google chat. I tried different means to get access token using service account and looked at several docs and…
Mike
  • 121
  • 1
  • 5
1
vote
0 answers

How to create a access token for the Hangout chat API by using OAuth 2.0?

I am currently developing a google hangout chatbot. For that, I need to know, how to create an access token for the hangout Chat API - REST API(https://developers.google.com/chat/api/guides/rest-api) without creating manually. I have tried the OAuth…
1
vote
1 answer

Authenticate Google API request token in Python

My locally hosted bot that's integrated with Google Hangouts API uses python's Tornado module to accept user input from Google and responds with an appropriate reply. This is the request handler on the bot server: class…
1
vote
0 answers

Is there a way I can interact with realtimedatabase from dialogflow fulfillment

Just getting started with dialogflow and programming. I am developing a dialogflow chatbot. Is there a way of getting data from realtime database via dialogflow fulfillment codes? I want the agent to return an answer if the user's input matches a…
1
vote
1 answer

is there a way to determine which layout has been selected in a Google Meet

In a Google Meet, you can click the vertical ellipsis and then change the layout. I have written an extension for which the tiled layout gives the best results, but I can't seem to find (programmatically) which view is being used. Any tips or…
Al Caughey
  • 11
  • 2
1
vote
0 answers

Google Hangout Chat - Send Direct Message to user

I am using various parts of GSuite - authenticating, accessing calendar and drive. I would like to offer users to be able to send direct messages to other users. I cannot find any example of this online. I have found references to bots sending…
StripyTiger
  • 877
  • 1
  • 14
  • 31
1
vote
1 answer

Unable to open the hangout meeting link through JavaScript

I am trying to open hangout meeting link through javaScript but it's redirecting to 500 error page. but when I try to visit the same link in browser directly it's working. I know it's sounds stupid but I am facing it. below is my code joinMeeting…
1
vote
1 answer

Get the list meetings from google hangouts meet

I'm asking if it's possible to retrieve the lists of meetings done with Google Hangout Meet API in Java?. After googling, I can't figure it out. UPDATED - 1: With Google Calendar, I made: Calendar service = getCalendarService(); …
1
vote
1 answer

Cannot add a hangout meet in google calendar

I'd like to add a hangout meet in my google calendar when I insert the event here is what I set ConferenceData conferenceData = new ConferenceData(); CreateConferenceRequest createRequest = new…
蘇柏綸
  • 39
  • 1
  • 10
1
vote
1 answer

Is there a way to know the current participants in a hangout meeting?

Exploratory question, I've looked through the API docs but haven't been able to find something definitive. Is there a way to pull the current participants in a hangout meeting from the G Suite API? Purpose would be to create an internal dashboard…
1
vote
1 answer

Detect in dialogflow a cardclick event from Hangouts chat and call a intent

I have a problem with hangouts. I'll explain the scenario to you so that you can better understand I have hangouts for user chat (Channel) I have a bot implemented with Dialogflow I have the fulfillment connected to the bot, to create customized …
1
vote
1 answer

hangouts api cards trimming text

Im trying to send large descriptions inside a card using the google hangout api; but unfortunately the text is being trimmed when its too long. Below is a sample of the card I send: "cards": [{ "sections": [{ "widgets": [{ …
A.J Alhorr
  • 527
  • 7
  • 27
1
vote
1 answer

Hangouts chat - Change message background color based on hashtag

I want to change the background colour of the message based on the hashtag mentioned. For example: Red for #high Green for #medium Yellow for #low Can it be done using Hangouts API?
urpalreloaded
  • 468
  • 3
  • 13
1
vote
1 answer

Using Google app script, hangout image aspect ratio not working

Even if we assign any numbers in aspect ratio (Width/Height), displaying the default image size in the hangout chat "cards": [ { "sections": [ { "widgets": [ { "image": { "imageUrl":…
1 2 3
8 9