aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-07 13:21:35 -0500
committerMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-07 13:21:35 -0500
commitaa76d4dae61e6fed14b12b778920515b52f616d1 (patch)
treecbef78351c48ca9ee6adccb794466f1d95bf6b5b /src
parent9ed82143d9e7c439dc494abfc8825c81b1eabbbf (diff)
added audio
Diffstat (limited to 'src')
-rw-r--r--src/client/views/webcam/DashWebRTCVideo.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/webcam/DashWebRTCVideo.tsx b/src/client/views/webcam/DashWebRTCVideo.tsx
index 56894c0ac..4c75b76c9 100644
--- a/src/client/views/webcam/DashWebRTCVideo.tsx
+++ b/src/client/views/webcam/DashWebRTCVideo.tsx
@@ -137,7 +137,7 @@ export class DashWebRTCVideo extends React.Component<CollectionFreeFormDocumentV
});
navigator.mediaDevices.getUserMedia({
- audio: false,
+ audio: true,
video: true
})
.then(this.gotStream)