@@ -10,8 +10,7 @@ permalink: /reference-apps/
10
10
11
11
### AppRTC
12
12
13
- [ apprtc.appspot.com] ( https://apprtc.appspot.com/ ) is a webrtc demo application
14
- hosted on App Engine.
13
+ [ appr.tc] ( https://appr.tc ) is a webrtc demo application hosted on App Engine.
15
14
16
15
Developed by Google and Mozilla, it enables both browsers to "talk" to each
17
16
other using the WebRTC API.
@@ -21,16 +20,16 @@ other using the WebRTC API.
21
20
</div >
22
21
23
22
To try this yourself you’ll need
24
- [ Firefox Nightly ] ( https://nightly.mozilla.org/ ) , and
23
+ [ Firefox] ( https://nightly.mozilla.org/ ) , and
25
24
[ Chrome] ( https://www.google.com/intl/en/chrome/browser/ ) on desktop or
26
- [ Chrome Beta on Android] ( https://play-next-dogfood.corp. google.com/store/apps/details?id=com.chrome.beta ) .
25
+ [ Chrome on Android] ( https://play. google.com/store/apps/details?id=com.android.chrome&hl=en ) .
27
26
28
27
The source code can be found here:
29
- < https://github.com/GoogleChrome/ webrtc/tree/master/samples/web/content /apprtc > .
28
+ < https://github.com/webrtc/apprtc > .
30
29
31
30
Interop between both browsers is a snap thanks to a Javascript adapter
32
31
library. Source code can be found here:
33
- < https://github.com/GoogleChrome/ webrtc/blob/master/samples/web/js/ adapter.js >
32
+ < https://github.com/webrtc/adapter >
34
33
35
34
To read more about cross browser compatibility, please consult our
36
35
[ browser interop page] ({{ site.baseurl }}/web-apis/interop/).
@@ -39,4 +38,4 @@ To read more about cross browser compatibility, please consult our
39
38
### Other
40
39
41
40
Other apps and samples maintained by the Chrome team can be found here:
42
- < https://github.com/GoogleChrome/webrtc > /
41
+ < https://webrtc. github.io/samples/ > /
0 commit comments