From 3da1a95fafd22e6733b5caaff626c91ec09ff1a1 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 23 May 2020 18:28:53 +0300 Subject: [PATCH] - Updated README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5d4e1b3..950f4fc8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Currently the application supports voice calling and messaging, UDP, TCP, and TL Motivated by need for a secure SIP user agent for Android that does not depend on third party push notification services. +If you need video calling and have a device with Android version 7.0 or newer that supports Camera2 API at level FULL or LEVEL3, you can instead of this application install its sister application baresip+ from video branch. + After cloning the project, generate static libraries and include files to distribution directory using master branch of https://github.com/juha-h/libbaresip-android. -Then in Android Studio 3.6.2: +Then in Android Studio 3.6.3: - Open an existing Android Studio project