简体   繁体   English

Android中的Applozic视频通话

[英]Applozic video calling in Android

On the website of Applozic it's given that video calling is possible by it's SDK. 在Applozic的网站上,可以通过其SDK进行视频通话。 https://www.applozic.com/features.html https://www.applozic.com/features.html

But there is no description in document of video calling. 但是视频通话文件中没有描述。

if (id == R.id.dial) {

        ((ConversationActivity)getActivity()).processCall(contact,currentConversationId);
    }

This is the code which is calling on pressing call button but it is always taking conversation id null. 这是按下通话按钮时正在调用的代码,但它始终将对话ID设为null。

Also I don't find code in SDK related live video calling.Can anybody help please? 我也没有在与SDK相关的实时视频通话中找到代码,有人可以帮忙吗?

Update :- I did contact to Applozic support team they are planning to lunch video calling in some week. 更新 :-我确实联系了Applozic支持团队,他们计划在某个星期午餐视频通话。

We have released audio/video call and you can get our sample in github . 我们已经发布了音频/视频通话,您可以在github中获得我们的示例。

Audio-video gradle dependency: 音视频gradle依赖性:

compile 'com.applozic.communication.uiwidget:audiovideo:1.0'

You should follow our documentation for how to enable audio-video call . 您应遵循我们的文档以了解如何启用音频视频通话

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM