sakal 299ccdee0c Direct IP connect functionality for AppRTC Android demo.
This allows connecting between clients without using external servers, which is useful to OEMs if they are working in a network without internet connection. Implementation uses custom AppRTCClient that replaces WebSocketRTCClient if roomId looks like an IP. Instead of a web socket, this class uses direct TCP connection between peers as a signaling channel.

Review-Url: https://codereview.webrtc.org/1963053002
Cr-Commit-Position: refs/heads/master@{#12789}
2016-05-18 10:36:50 +00:00
..

This directory contains example JUnit tests for Android AppRTCDemo.
Many of these test utilize Robolectric to mock Android classes.

To compile:
ninja -C out/Debug AppRTCDemoJUnitTest

To run:
out/Debug/bin/run_AppRTCDemoJUnitTest