A local sound sharing Android app using WebRTC technology.
ShaRTC is hosted in the following web site
https://github.com/AcidFlow/ShaRTC
If you think the Android project ShaRTC listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ShaRTC.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 9 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | libjingle_peerconnection.jar native-libs.jar |
Required Permissions | android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
There are 2 image files in ShaRTC. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
ShaRTC has the following Java source files.
info.acidflow.shartc.ShaRTC.java info.acidflow.shartc.client.ClientToServerConnection.java info.acidflow.shartc.config.Constants.java info.acidflow.shartc.exceptions.BadProtocolException.java info.acidflow.shartc.protocol.SignalisationProtocol.java info.acidflow.shartc.server.SignalisationServer.java info.acidflow.shartc.server.handlers.SignalisationClientConnectionHandler.java info.acidflow.shartc.services.SignalisationService.java info.acidflow.shartc.ui.activities.MainActivity.java info.acidflow.shartc.ui.activities.fragments.ConnectToServerFragment.java info.acidflow.shartc.ui.activities.fragments.HostServerFragment.java info.acidflow.shartc.ui.activities.fragments.WelcomeFragment.java info.acidflow.shartc.utilities.NetworkUtils.java