从我的应用程序启动环聊电话?

时间:2015-08-07 12:49:59

标签: android android-intent hangout

在我的应用程序中,我想添加启动呼叫视频群聊的可能性

可以通过额外的电子邮件谷歌呼叫意图环聊应用程序来呼叫此人吗?

我想做的是这样的:

     Intent sky = new Intent(Intent.ACTION_VIEW,    
    Uri.parse("https://plus.google.com/hangouts/_/mail_to_call@gmail.com"));
    startActivity(sky);

因此,当我执行此操作时,我想通过环聊申请通过邮件mail_to_call@gmail.com致电

欢迎任何帮助

0 个答案:

没有答案