From 5b76928cda0eaf2635038ba33acd73c73b8d5e0e Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 6 Apr 2025 09:08:40 +0300 Subject: [PATCH] Full description update --- fastlane/metadata/android/en-US/full_description.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 20251f53..5d54dc6d 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,9 +1,10 @@ This is a baresip based SIP User Agent application for Android. -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, Codec2, 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. +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, Codec2, 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. 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 hardware Support Level LEVEL3, you can instead of this application install its sister application baresip+. +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+. Source code is available at GitHub, where also issues can be reported.