启动谷歌视频群聊中的android [英] start google hangouts in android

查看:110
本文介绍了启动谷歌视频群聊中的android的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要开始一个新的住处谈话给了人们,但我无法找到任何code吧。有没有简单的解决办法做到这一点? 我trye​​d进行Skype通话,和它的工作easyly与意图。

I want to start a new hangout conversation with given people, but I can't find any code for it. Is there any easy solution to do this? I tryed to make skype call, and it worked easyly with an intent.

下面是Skype的code:

Here is the skype code:

                Intent sky = new Intent("android.intent.action.VIEW");
                sky.setData(Uri.parse("skype:" + nickname));
                startActivity(sky);

我想类似的东西。 (或与Skype我怎样才能使一个电话会议?)

I want something similar to this. (Or with skype how can I make a conference call? )

推荐答案

目前还没有办法使用意图或任何其他API在Android设备上创建Google+视频群聊。

There is currently no way to create a Google+ hangout on an android device using an intent or any other API.

这将是pretty的很酷的功能,虽然。如果您提出要求,他们可能会添加它。

This would be a pretty cool feature, though. If you request it, they might add it.

这篇关于启动谷歌视频群聊中的android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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