Skip to content

Commit c06e5af

Browse files
committed
Move to devices folder, rename to input-output, fix style
1 parent 4ccb0aa commit c06e5af

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Patches and issues welcome! See [CONTRIBUTING](https://github.com/webrtc/samples
3636

3737
[Face tracking](https://webrtc.github.io/samples/src/content/getusermedia/face)
3838

39+
### Devices ###
40+
41+
[Select camera, microphone and speaker](https://webrtc.github.io./samples/src/content/devices/input-output)
42+
3943
### RTCPeerConnection ###
4044

4145
[Basic peer connection](https://webrtc.github.io/samples/src/content/peerconnection/pc1)

index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,18 @@ <h3 id="getusermedia">getUserMedia</h3>
8383

8484
<p><a href="src/content/getusermedia/resolution">Choose camera resolution</a></p>
8585

86-
<p><a href="src/content/getusermedia/source">Choose camera, microphone and speaker</a></p>
86+
8787

8888
<p><a href="src/content/getusermedia/audio">Audio-only getUserMedia() output to local audio element</a></p>
8989

9090
<p><a href="src/content/getusermedia/volume">Audio-only getUserMedia() displaying volume</a></p>
9191

9292
<p><a href="src/content/getusermedia/face">Face tracking, using getUserMedia and canvas</a></p>
9393

94+
<h3 id="devices">Devices</h3>
95+
96+
<p><a href="src/content/devices/input-output">Choose camera, microphone and speaker</a></p>
97+
9498
<h3 id="peerconnection">RTCPeerConnection</h3>
9599

96100
<p><a href="src/content/peerconnection/pc1">Basic peer connection demo</a></p>

src/content/getusermedia/source/index.html src/content/devices/input-output/index.html

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
display: inline-block;
3232
margin: 0 0 1em 0;
3333
}
34-
select {
35-
width: 170px;
36-
}
3734
p.small {
3835
font-size: 0.7em;
3936
}

0 commit comments

Comments
 (0)