|
1 | 1 | <!--
|
2 | 2 | Copyright 2016 Google Inc.
|
3 |
| - |
| 3 | +
|
4 | 4 | Licensed under the Apache License, Version 2.0 (the "License");
|
5 | 5 | you may not use this file except in compliance with the License.
|
6 | 6 | You may obtain a copy of the License at
|
7 |
| - |
| 7 | +
|
8 | 8 | http://www.apache.org/licenses/LICENSE-2.0
|
9 |
| - |
| 9 | +
|
10 | 10 | Unless required by applicable law or agreed to in writing, software
|
11 | 11 | distributed under the License is distributed on an "AS IS" BASIS,
|
12 | 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18 | 18 | <html>
|
19 | 19 | <head>
|
20 | 20 |
|
21 |
| - <meta name="description" content="High performance video for the web" /> |
| 21 | + <meta name="description" content="Realtime communication with WebRTC" /> |
22 | 22 | <meta name="author" content="//samdutton.com">
|
23 | 23 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
|
24 |
| - <meta itemprop="name" content="GitHub Pages site for Google codelab: High performance video for the web"> |
| 24 | + <meta itemprop="name" content="GitHub Pages site for Google codelab: Realtime communication with WebRTC"> |
25 | 25 | <meta name="mobile-web-app-capable" content="yes">
|
26 | 26 | <meta id="theme-color" name="theme-color" content="#307699">
|
27 | 27 |
|
|
170 | 170 |
|
171 | 171 | <section>
|
172 | 172 |
|
173 |
| - <h1>Google codelab: WebRTC</h1> |
| 173 | + <h1>Google codelab:<br>Realtime communication with WebRTC</h1> |
174 | 174 |
|
175 |
| - <p>This page has links to a live completed version for each step of the Google <a href="https://codelabs.developers.google.com/codelabs/webrtc/#0">WebRTC codelab</a></p> |
| 175 | + <p>Code for this codelab is available from <a href="//github.com/googlecodelabs/webrtc-web" title="View the repository for this site">github.com/googlecodelabs/webrtc-web</a>.</p> |
176 | 176 |
|
177 |
| - <p>Code for this codelab is available from <a href="//github.com/googlecodelabs/webrtc" title="View the repository for this site">github.com/googlecodelabs/webrtc</a>.</p> |
178 |
| - |
179 |
| - <p>This is a work in progress. If you find a mistake or have a suggestion, please <a href="https://github.com/googlecodelabs/webrtc/issues">file an issue</a>.</p> |
| 177 | + <p>This is a work in progress. If you find a mistake or have a suggestion, please <a href="https://github.com/googlecodelabs/webrtc-web/issues">file an issue</a>.</p> |
180 | 178 |
|
181 | 179 | <p>Thanks!</p>
|
182 | 180 |
|
183 | 181 | </section>
|
184 | 182 |
|
185 | 183 | <section id="steps">
|
186 |
| - |
187 |
| - <a href="/webrtc/step-01">Step 1: Get the sample code</a> |
188 |
| - <a href="/webrtc/step-02">Step 2: Make the most of the video element</a> |
189 |
| - <a href="/webrtc/step-03">Step 3: Add subtitles, captions & descriptions</a> |
190 |
| - <a href="/webrtc/step-04">Step 4: Build video with JavaScript</a> |
191 |
| - <a href="/webrtc/step-05">Step 5: Implement adaptive streaming</a> |
192 |
| - |
| 184 | + <!-- <a href="/webrtc/step-01">Step 1: Get the sample code</a> --> |
193 | 185 | </section>
|
194 | 186 |
|
195 | 187 | </div>
|
|
0 commit comments