From 9f31aa87ee0a748f89ddb1bf688cd6d71ba209b4 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 26 Jul 2018 21:30:53 +0300 Subject: [PATCH] udpated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e46d107..c745cc7d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ This is very basic Android Studio project implementing baresip (https://github.com/alfredh/baresip) based SIP User Agent. -Currently includes TLS transport, PCMU/PCMA and opus codecs, as well as -ZRTP and (DTLS) SRTP media encapsulation. +Currently supports voice calls and messages with TLS transport, +PCMU/PCMA and opus voice codecs, as well as ZRTP and (DTLS) SRTP media +encapsulation. The static libraries and include files in distribution directory have been produced using https://github.com/alfredh/baresip-android after