无论如何,在Google+之外有视频群聊吗?

编程入门 行业动态 更新时间:2024-10-12 12:28:28
本文介绍了无论如何,在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 ?

推荐答案

无法将视频群聊嵌入到您的网络应用程序中,但是您可以使用视频群聊按钮以启动视频群聊应用.这样,您就可以将Web应用程序中的功能和数据集成到视频群聊中.

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="plus.google/hangouts/_?gid=APP_ID" style="text-decoration:none;"> <img src="ssl.gstatic/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+之外有视频群聊吗?

本文发布于:2023-11-07 00:18:13,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1565044.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:无论如何   视频   Google   群聊吗

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!