Android Open Source - Sound sound ShaRTC






Project Summary

A local sound sharing Android app using WebRTC technology.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of ShaRTC.

ItemValue
Java File Count13
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version9
Activity Count1
Fragment Count3
jar files usedlibjingle_peerconnection.jar
native-libs.jar
Required Permissionsandroid.permission.ACCESS_WIFI_STATE
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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