invite participant in hangout

喜你入骨 提交于 2019-12-04 13:46:02

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!