Added new create-offer and ice-servers demos to test the exact output of createOffer and .onicecandidate.

Updated a few demos to work on Firefox.

R=dutton@google.com

Review URL: https://webrtc-codereview.appspot.com/1581006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5464 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
juberti@webrtc.org
2014-01-30 23:38:44 +00:00
parent bda5fa77af
commit 5db9a3f32a
9 changed files with 358 additions and 103 deletions

View File

@@ -61,6 +61,12 @@ WebRTC overview</a> first.
<td colspan="2" scope="col" style="background-color: rgb(0, 204, 255);">
<b>PeerConnection Samples</b></td>
</tr>
<tr>
<td>
<a href="html/pc1-audio.html">pc1-audio.html</a></td>
</td>
<td>Shows how to set up a simple 1:1 audio only call.</td>
</tr>
<tr>
<td>
<a href="html/pc1.html">pc1.html</a></td>
@@ -77,13 +83,8 @@ WebRTC overview</a> first.
<td>
<a href="html/states.html">states.html</a></td>
<td>
Shows RTCPeerStates and RTCIceConnectionStates in a simple 1:1 audio/video call.</td>
</tr>
<tr>
<td>
<a href="html/pc1-audio.html">pc1-audio.html</a></td>
<td>
Shows how to set up a simple 1:1 audio only call.</td>
Shows RTCPeerStates and RTCIceConnectionStates in a
simple 1:1 audio/video call.</td>
</tr>
<tr>
<td>
@@ -95,7 +96,8 @@ WebRTC overview</a> first.
<td>
<a href="html/constraints-and-stats.html">constraints-and-stats.html</a></td>
<td>
Shows how to pass constraints into the PeerConnection API, and query it for statistics.</td>
Shows how to pass constraints into the PeerConnection API,
and query it for statistics.</td>
</tr>
<tr>
<td>
@@ -113,7 +115,22 @@ WebRTC overview</a> first.
<td>
<a href="html/webaudio-and-webrtc.html">webaudio-and-webrtc.html</a></td>
<td>
Captures and filters microphone input using WebAudio and sends it to a remote peer with an option to add an audio effect.</td>
Captures and filters microphone input using WebAudio and sends it to a
remote peer with an option to add an audio effect.</td>
</tr>
<tr>
<td>
<a href="html/create-offer.html">create-offer.html</a></td>
<td>
Shows the output of createOffer when various constraints
are supplied.</td>
</tr>
<tr>
<td>
<a href="html/ice-servers.html">ice-servers.html</a></td>
<td>
Tests gathering candidates from arbitrary STUN and TURN servers.
</td>
</tr>
</tbody>
</table>