android - 在 Android 应用程序中嵌入 Google+ 视频群聊

标签 android google-plus hangout

我正在尝试在我自己的 Android 应用程序中嵌入由 google hangout 提供的视频通话。

我不知道这是否可能,但我做了很多研究但找不到任何东西。

好吧,有人可以告诉我如何做这件事,或者我可以与其他第三方一起做这件事。

谢谢。

最佳答案

在视频群聊中试试这个:

        Uri imUri = new Uri.Builder().scheme("imto").authority("gtalk")
                .appendPath("example@gmail.com").build();

        Intent intent = new Intent(Intent.ACTION_SENDTO, imUri);

        intent.setComponent(new ComponentName("com.google.android.talk",
                "com.google.android.talk.SigningInActivity"));

        startActivity(intent);

关于android - 在 Android 应用程序中嵌入 Google+ 视频群聊,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19913341/

相关文章:

java - 如何设置循环动画

android - 改造2反序列化错误

c# - Google+ API plus.me

geolocation - 谷歌+ API : Get Profile's currentLocation

android - 删除所有语言的字符串 Android

android - 如何在 Android 中执行 native 库?

android - Google+ 分享对话框显示错误图片

google-chrome - 谷歌环聊麦克风无法使用网络错误和防火墙设置问题

php - Gmail API : pull emails but not hangouts

safari - Hangouts 如何在 Safari 上获取桌面捕获?