无论如何,在Google+之外有视频群聊吗? [英] Is there anyway to have hangouts outside google+?

查看:81
本文介绍了无论如何,在Google+之外有视频群聊吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在iframe中,有什么方法可以在我们的Web应用程序中进行视频群聊会话? 我本来打算试用hangout api,但是在环聊中使用现有的应用程序,看来只能在Google+中查看和使用它们.

Is there any way by which we can have a hangout session within our webapp, say in an iframe ? I was about to experiment with hangout api, but going by existing apps on hangout, it seems they can only be viewed and used from within Google+.

是否有一种解决方法,可以使用户感觉视频群聊是我的应用程序的一部分,而不是我的应用程序是视频群聊的一部分?

Is there a work around where I can make the user feel that hangout is a part of my app rather than my app being part of the hangout ?

推荐答案

无法将视频群聊嵌入到您的网络应用程序中,但是您可以使用

There's no way to embed a hangout into your web application, but you can use the hangout button to launch a hangout app. This allows you to integrate features and data from your web application into a hangout.

视频群聊按钮由图像和视频群聊启动链接组成.它采用几种尺寸.这是最小尺寸(75x19 px)的代码

The hangout button is made up of an image and a hangout launching link. It comes in a few sizes. Here's the code for the smallest size (75x19 px)

<a href="https://plus.google.com/hangouts/_?gid=APP_ID" style="text-decoration:none;">
  <img src="https://ssl.gstatic.com/s2/oz/images/stars/hangout/1/gplus-hangout-15x79-normal.png"
    alt="Start a Hangout"
    style="border:0;width:79px;height:15px;"/>
</a>

在此代码段中,您必须用 API控制台中的应用程序ID替换APP_ID.查看项目时,您会在URL的末尾找到应用程序ID.

In this snippet you must substitute APP_ID with your application's ID from the API console. When you are viewing your project you'll find the application ID at the end of the URL.

这篇关于无论如何,在Google+之外有视频群聊吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆