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

Unified Diff: webrtc/examples/androidapp/README

Issue 2343403002: Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Rebase Created 4 years, 3 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/BUILD.gn ('k') | webrtc/examples/androidapp/build.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 55459c2f3b04e91d5752013d3149a6d348b89950..97e609117c016a884213c799d9136b9dc12218aa 100644
--- a/webrtc/examples/androidapp/README
+++ b/webrtc/examples/androidapp/README
@@ -7,8 +7,8 @@ Prerequisites:
Example of building & using the app:
cd <path/to/webrtc>/src
-ninja -C out/Default AppRTCDemo
-adb install -r out/Default/apks/AppRTCDemo.apk
+ninja -C out/Default AppRTCMobile
+adb install -r out/Default/apks/AppRTCMobile.apk
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
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/examples/androidapp/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698