1

I have to integrate linphone sdk in my android project for video calling functionality.

I have research and found the below link to download the sample code

https://github.com/BelledonneCommunications/linphone-android

and configure with my android studio and install NDK for it in windows7 system but it missing the classes for the running sample.

import org.linphone.core.LinphoneCore;
import org.linphone.core.LinphoneCore.LogCollectionUploadState;
import org.linphone.core.LinphoneCoreListenerBase;
import org.linphone.mediastream.Log;

This type of files are missing in the sample code.

Please provide me the steps to start integrating linphone in my android app.

Thank you in advance.

4

3 回答 3

0

请阅读下面的说明

编译说明

要为 Android 构建 liblinphone,您必须:

https://github.com/BelledonneCommunications/linphone-android

按照每个步骤进行操作,如果您遇到任何特定问题,请附上详细信息,以便有人可以帮助您。

笔记:

1) 确保正确克隆 github repo。正确克隆后,您将获得所有库。

2)不要忘记您需要make按照说明中的说明进行操作:

在顶级目录中运行 Makefile 脚本,make.

于 2017-03-31T12:03:00.360 回答
0

您需要将 liblinphone.jar 包含到您的项目中以解决错误。

于 2017-10-09T13:55:02.190 回答
0

请阅读此处的说明。

按照每个步骤进行操作,如果您遇到任何特定问题,请附上详细信息,以便有人可以帮助您。

笔记:

  1. 确保正确克隆 github 存储库。正确克隆后,您将获得所有库。

  2. 不要忘记您需要按照说明中的说明进行制作:

    运行顶层目录中的 Makefile 脚本,make。

于 2018-02-08T02:59:30.350 回答