Minor full description edit
This commit is contained in:
@@ -11,8 +11,8 @@ android {
|
|||||||
applicationId = "com.tutpro.baresip"
|
applicationId = "com.tutpro.baresip"
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 437
|
versionCode = 438
|
||||||
versionName = "67.0.1"
|
versionName = "67.0.2"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags += "-DHAVE_INTTYPES_H -lstdc++"
|
cFlags += "-DHAVE_INTTYPES_H -lstdc++"
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Currently baresip app supports voice calls, text messages, voicemail Message Wai
|
|||||||
|
|
||||||
Development of baresip app is motivated by need for a secure, open source SIP based VoIP User Agent for Android that does not depend on proprietary, third party push notification services.
|
Development of baresip app is motivated by need for a secure, open source SIP based VoIP User Agent for Android that does not depend on proprietary, third party push notification services.
|
||||||
|
|
||||||
If you need video calling and have a device with Android version 9 or
|
If you need video calling and have a device with Android version 9 or newer that supports Camera2 API at hardware Support Level LEVEL3 or FULL, you can instead of this application install its sister application baresip+.
|
||||||
newer that supports Camera2 API at hardware Support Level LEVEL3 or FULL, you can instead of this application install its sister application baresip+.
|
|
||||||
|
|
||||||
Source code is available at <a href="https://github.com/juha-h/baresip-studio">GitHub</a>, where also issues can be reported.
|
Source code is available at <a href="https://github.com/juha-h/baresip-studio">GitHub</a>, where also issues can be reported.
|
||||||
|
|||||||
Reference in New Issue
Block a user