udpated readme

This commit is contained in:
Juha Heinanen
2018-07-26 21:30:53 +03:00
parent b016811a16
commit 9f31aa87ee

View File

@ -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