Files
baresip-studio/README.md
Juha Heinanen 26b36986b9 updated readme
2018-06-12 09:03:00 +03:00

17 lines
544 B
Markdown

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.
The static libraries and include files in distribution directory have
been produced using https://github.com/alfredh/baresip-android.
After cloning the project, in android-studio:
- Open an existing Android Studio project
- File -> Invalidate Caches / Restart -> Invalidate & Restart
Feedback welcome.