gpt4 book ai didi

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

转载 作者:太空狗 更新时间:2023-10-29 15:08:00 25 4
gpt4 key购买 nike

我正在尝试在我自己的 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com