webrtc/samples/js/apprtc/turn-prober/README
kjellander@webrtc.org 52fd65b16a Partial revert of "Removing samples directory following move to Github"
Reason: Unfortunately we depend on AppRTC being in this location
for the bots in our Chromium WebRTC waterfalls so I'm reverting
this until we've solved that dependency.

This reverts apprtc and adapter.js from being removed in r5871.

R=phoglund@webrtc.org
TBR=dutton@google.com
BUG=

Review URL: https://webrtc-codereview.appspot.com/11529004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5873 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-09 13:52:24 +00:00

10 lines
466 B
Plaintext

This script contains a simple prober that verifies that:
- CEOD vends TURN server URIs with credentials on demand (mimicking apprtc)
- rfc5766-turn-server vends TURN candidates from the servers vended by CEOD.
To use simply run ./turn-prober.sh
If it prints "PASS" (and exits 0) then all is well.
If it prints a mess of logs (and exits non-0) then something has gone sideways
and apprtc.appspot.com is probably not working well (b/c of missing TURN
functionality).