invite participant in hangout

2019-04-12 09:21发布

I am creating a basic hangout API. Is it possible to send invitation to specific emails I have through API itself.

I can invite more if I want from hangout page though.

Any suggestion?

2条回答
时光不老,我们不散
2楼-- · 2019-04-12 09:49

There is no invitation component of either the Hangout or REST APIs, however this does not stop you from sending out emails using other means and providing the URL to the hangout.

查看更多
beautiful°
3楼-- · 2019-04-12 10:10

Another trick I've done is to get the URL with gapi.hangout.getHangoutUrl() and post these back to your server (or over websockets.) Then, you can create a simple url to see these "rooms." Of course, you can choose how you send those urls, so email is another solution.

查看更多
登录 后发表回答