We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f5722d + 4042fcf commit 48c52f2Copy full SHA for 48c52f2
src/content/peerconnection/trickle-ice/js/main.js
@@ -120,7 +120,7 @@ async function start() {
120
121
gatherButton.disabled = true;
122
if (getUserMediaInput.checked) {
123
- stream = await navigator.mediaDevices.getUserMedia({audio: true, video: true});
+ stream = await navigator.mediaDevices.getUserMedia({audio: true});
124
}
125
getUserMediaInput.disabled = true;
126
0 commit comments