【发布时间】:2014-10-28 11:02:50
【问题描述】:
我在the instructions 之后的页面上添加了一个 Google Hangout 按钮:
<script src="https://apis.google.com/js/platform.js" async defer>
</script>
<g:hangout
render="createhangout"
topic="cpp11"
hangout_type="moderated"
invites="[{ id : '74838920', invite_type : 'PROFILE' },
{ id : 'my.email@gmail.com', invite_type : 'EMAIL' }]">
</g:hangout>
当我按下该按钮时,视频环聊开始(通知我我应该启用视频)。我也不确定我的环聊受邀者是否正确,但我稍后会解决。
如何让聊天窗口在按下按钮时打开?
【问题讨论】:
标签: google-api hangout