Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: webrtc/examples/androidapp/README

Issue 1883923003: Use the new appr.tc URL (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/examples/androidapp/AndroidManifest.xml ('k') | webrtc/examples/androidapp/res/values/strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/README
diff --git a/webrtc/examples/androidapp/README b/webrtc/examples/androidapp/README
index 856879e4d778e32b45e7f6708dd62f17c5b82cc2..c8705a8bbaad9d427288a6a69b568381a250c59b 100644
--- a/webrtc/examples/androidapp/README
+++ b/webrtc/examples/androidapp/README
@@ -1,4 +1,4 @@
-This directory contains an example Android client for https://apprtc.appspot.com
+This directory contains an example Android client for https://appr.tc
Prerequisites:
- "Getting the code" on http://www.webrtc.org/native-code/android
@@ -18,8 +18,8 @@ cd <path/to/webrtc>/src
ninja -C out/Debug AppRTCDemo
adb install -r out/Debug/apks/AppRTCDemo.apk
-In desktop chrome, navigate to https://apprtc.appspot.com and note the r=<NNN> room
-this redirects to or navigate directly to https://apprtc.appspot.com/r/<NNN> with
+In desktop chrome, navigate to https://appr.tc and note the r=<NNN> room
+this redirects to or navigate directly to https://appr.tc/r/<NNN> with
your own room number. Launch AppRTC on the device and add same <NNN> into the room name list.
You can also run application from a command line to connect to the first room in a list:
« no previous file with comments | « webrtc/examples/androidapp/AndroidManifest.xml ('k') | webrtc/examples/androidapp/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698