| 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:
|
|
|