diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 54e7db9c..0ec5117e 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,7 +1,9 @@ -This is a bare-bones baresip based SIP User Agent application for Android. +This is a baresip based SIP User Agent application for Android. -Currently the application supports voice calling and messaging, UDP, TCP, TLS, and WSS signaling transports, voicemail Message Waiting Indication, incoming call transfers (REFER), Opus, AMR, G.729, G.726, G.722, G.722.1, and PCMU/PCMA voice codecs, as well as ZRTP and (DTLS) SRTP media encapsulation. +Currently baresip app supports voice calls. text messages, voicemail Message Waiting Indication as well as blind and attended call transfers. Voice can be coded with Opus, AMR, G.729, G.722, G.722.1, G.726, or PCMU/PCMA codecs. Security is achieved via TLS or WSS SIP signaling transport and ZRTP or (DTLS) SRTP media encapsulation. -Motivated by need for a secure SIP user agent for Android that does not depend on 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 7.0 or newer that supports Camera2 API at level FULL or LEVEL3, you can instead of this application install its sister application baresip+. +If you need video calling and have a device with Android version 7.0 or newer that supports Camera2 API at hardware Support Level LEVEL3, you can instead of this application install its sister application baresip+. + +Source code is available at GitHub, where also issues can be reported.