Google Hangout API to make a call - google-hangouts

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?

i think this is not possible. the new hangouts api is only to create chat bots.
so you could create a chat bot that starts a conversation with a specific user and forwards your messages.

Related

How can I check the messages that I received from whatsapp business API?

We are using an integration with whatsapp business API and it is working great, but we need to check if we have a new message or if the user have replied, we try it to use the whatsapp business app, but we can't access to the app and it seems like that whatsapp doesn't allow to use the App and API with the same number, then is there any way to check the messages like an app or dashboard?
I have been investigating in internet but I cannot find any solutions for that

Intigration tawk.to with dialogflow in flutter

Hi I'm having an app which has a feature of chat bot which is AI based chat bot backed with google dialogflow. But I want to add a feature which will let user chat with my backend time when user select option of chat with expert or something like that for that I'm planning to use tawk.to which free chat bot can you help me into login how can I do this or any documentation or somethig ??
First you have to create an account on tawk.to and create specific property for you project. Then you can use flutter_tawk package for implementing tawk.to to your app.

Can i use Hangouts Chat API for application not use for bots?

Can I use Hangouts Chat API for a application like someone sign in this application and get dm or rooms for my application? I means i don't went to create a bot ,but i went use this API to get info from Hangouts Chat and send messages.
You appear to be asking if you can use the API to write your own client. If so, no, this is not possible. According to the documentation here https://www.googleapis.com/auth/chat.bot is the only scope available to the Hangouts Chat API and:
This scope only works for service accounts—you can't use this scope to authenticate using end-user credentials.
If you are okay with thrid party API, You can try Hangup Bot

How can I build a schedule message function for a Facebook chat bot? I can not find any support from Facebook

I am trying to build a chat bot which can automatically sent alert to users who subscribed to my own page. However I can not find any support from facebook messenger for this task. How can I implement it?
Unfortunately fb messenger is not an one stop shop solution yet. I'd recommend using this excellent npm module node_schedule.I guess it should fit your needs.

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 been looking through the Hangout API:
https://developers.google.com/+/hangouts/api/gapi.hangout.html#gapi.hangout.Participant
Superfically I guess we can't - we get the participants google ids, but I guess that's as far as we can go?
Any help much appreciated.
There are 3rd party apps that can be used with Hangout On Air to get registration info... checkout Business-Hangouts.com to see how they do it.
AFAIK, there is no way to get the info directly from Google using their API.