Capture the audio streams in real-time from SIP calls. 

This is a simple test application for JVoIP demonstrating capturing it's media streams using Media events.
See the "How to get the audio stream" FAQ point in the AJVoIP documentation for the details. 

The relevant code (the most important file worth to inspect) can be found in this file:
	\AJVoIP_Streaming2\app\src\main\java\com\ajvoiptest\MainActivity.java  
	Actually this is the single java source code file in the project, thus if you fail to compile/make/build this project, then it might be easier to create a new project from scratch and adapt only the MainActivity.java file for your needs. 

Usage:	
	Add AJVoIP.aar to your project:	
		Copy the AJVoIP.aar into the \app\libs\ folder! (a demo version can be downloaded from here: https://www.mizu-voip.com/Portals/0/Files/AJVoIP.zip)
		Optionally copy also the ajvoip-sources.jar file for better inline documentation in your IDE. It might need to be selected from "Choose Sources" if not recognized automatically.
		More help here: https://stackoverflow.com/questions/16682847/how-to-manually-include-external-aar-package-using-gradle-for-android
	Open the project in Android Studio
	You might need slight modifications for your environment (for different operating systems, build tools, new versions of Gradle / AGP). 
		You might also need to adjust the SDK version and location in the following files:
			local.properties 
			\app\build.gradle
	From Android Studio select Rebuild Project from the Build menu. Once the rebuild is ready, you should be able to Run it (on your device or in emulator)

--
Homepage: https://www.mizu-voip.com/Software/SIPSDK/AndroidSIPSDK.aspx
Documentation: https://www.mizu-voip.com/Portals/0/Files/AndroidSIPSDK.pdf
Download (demo version): https://www.mizu-voip.com/Portals/0/Files/AJVoIP.zip
Contact: info@mizu-voip.com
