File tree 4 files changed +9
-4
lines changed
src/content/devices/input-output
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ Patches and issues welcome! See [CONTRIBUTING](https://github.com/webrtc/samples
36
36
37
37
[ Face tracking] ( https://webrtc.github.io/samples/src/content/getusermedia/face )
38
38
39
+ ### Devices ###
40
+
41
+ [ Select camera, microphone and speaker] ( https://webrtc.github.io./samples/src/content/devices/input-output )
42
+
39
43
### RTCPeerConnection ###
40
44
41
45
[ Basic peer connection] ( https://webrtc.github.io/samples/src/content/peerconnection/pc1 )
Original file line number Diff line number Diff line change @@ -83,14 +83,18 @@ <h3 id="getusermedia">getUserMedia</h3>
83
83
84
84
< p > < a href ="src/content/getusermedia/resolution "> Choose camera resolution</ a > </ p >
85
85
86
- < p > < a href =" src/content/getusermedia/source " > Choose camera, microphone and speaker </ a > </ p >
86
+
87
87
88
88
< p > < a href ="src/content/getusermedia/audio "> Audio-only getUserMedia() output to local audio element</ a > </ p >
89
89
90
90
< p > < a href ="src/content/getusermedia/volume "> Audio-only getUserMedia() displaying volume</ a > </ p >
91
91
92
92
< p > < a href ="src/content/getusermedia/face "> Face tracking, using getUserMedia and canvas</ a > </ p >
93
93
94
+ < h3 id ="devices "> Devices</ h3 >
95
+
96
+ < p > < a href ="src/content/devices/input-output "> Choose camera, microphone and speaker</ a > </ p >
97
+
94
98
< h3 id ="peerconnection "> RTCPeerConnection</ h3 >
95
99
96
100
< p > < a href ="src/content/peerconnection/pc1 "> Basic peer connection demo</ a > </ p >
Original file line number Diff line number Diff line change 31
31
display : inline-block;
32
32
margin : 0 0 1em 0 ;
33
33
}
34
- select {
35
- width : 170px ;
36
- }
37
34
p .small {
38
35
font-size : 0.7em ;
39
36
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments