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

"Start a Hangout on Air" button for Youtube LiveStreaming API

We've been using the as yet un-deprecated "Start a Hangout on Air" button: https://developers.google.com/+/hangouts/button to start hangouts on air on our site http://agileventures.org for several years now. Full source code at…
Sam Joseph
  • 4,584
  • 4
  • 31
  • 47
8
votes
1 answer

Regression: OAuth Invalid Scope (Google Hangouts - Hangups Library)

It is impossible to obtain an access token with an OAuth URI which worked until the end of August, and which is used by various clients. It's a general issue with third party clients as of now: hangoutsbot yakyak purple-hangouts Thus, currently,…
Yohanim
  • 3,319
  • 9
  • 52
  • 92
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
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…
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

Hangouts API: generate link to meeting

I see in https://developers.google.com/+/hangouts/button how one can use the API to start a hangouts. However, my use case is more similar to the calendar implementation in which you create an event, and you want to save a link to a hangouts in the…
csmba
  • 4,053
  • 3
  • 32
  • 42
5
votes
1 answer

chatbot: how to validate incoming requests from google hangouts

We've put together a google hangouts chat bot to provide some convenient functionality for our team. The bot is of the 'bot URL' variety, meaning that hangouts sends requests to an app endpoint and our app responds appropriately. At the moment,…
5
votes
2 answers

How to delete the message sent by Webhook in google hangout chat

I followed incoming bot python to send a message with webhook and I want to delete it with Method:delete. But I get error 401 and following is the error message. {'error': {'code': 401, 'message': 'Request is missing required…
Chao
  • 179
  • 1
  • 8
5
votes
1 answer

How to get space Id of users who have not added Google Chat Bot to their coversation

We are implementing a Google hangout Chat Bot , Which will send proactive notification to the user in domain. To do this Google chat Bot API requires the space Id to send proactive notification to user. Reference document:…
Planet-Zoom
  • 1,005
  • 2
  • 9
  • 20
5
votes
0 answers

How can we have a YouTube Live event communicate to our server once the Hangouts API goes away?

Following the migration of Hangouts on Air to Youtube Live events: "Start a Hangout on Air" button for Youtube LiveStreaming API It seems that the hangouts API is not being retired on April…
Sam Joseph
  • 4,584
  • 4
  • 31
  • 47
5
votes
1 answer

Publishing Google Hangouts App

I followed the following steps: Verify your account at Chrome Web Store by going to Chrome Web Store Developer Dashboard and clicking the "Pay this fee now" link. Fill in the fields in the Google Developers Console by following the instructions at…
5
votes
2 answers

Is it possible to create a new Hangouts on Air broadcast/stream from the API?

Is it possible to initialize a new Hangouts on Air broadcast/stream directly from the API? I'm attempting to use Hangouts on Air for my website's live broadcast system, but I don't see any API methods in the YouTube Live API that allows stream…
4
votes
0 answers

Google Chat Rest api which are used to create/update message is not working? getting 500 Internal server error?

I'm trying to post a message in Google chat through Chat rest api, but it's not working. Note : These api's were working fine before.But from yesterday it's not working. API : https://chat.googleapis.com/v1/spaces/{space-id}/messages Request Body…
vasanth vasu
  • 401
  • 5
  • 13
1
2 3
8 9