Skip to content

Commit 48c52f2

Browse files
authored
Merge pull request #1582 from fippo/trickle-audio
trickle-ice: only acquire audio stream
2 parents 2f5722d + 4042fcf commit 48c52f2

File tree

1 file changed

+1
-1
lines changed
  • src/content/peerconnection/trickle-ice/js

1 file changed

+1
-1
lines changed

src/content/peerconnection/trickle-ice/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async function start() {
120120

121121
gatherButton.disabled = true;
122122
if (getUserMediaInput.checked) {
123-
stream = await navigator.mediaDevices.getUserMedia({audio: true, video: true});
123+
stream = await navigator.mediaDevices.getUserMedia({audio: true});
124124
}
125125
getUserMediaInput.disabled = true;
126126

0 commit comments

Comments
 (0)