diff options
author | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-07 13:21:35 -0500 |
---|---|---|
committer | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-07 13:21:35 -0500 |
commit | aa76d4dae61e6fed14b12b778920515b52f616d1 (patch) | |
tree | cbef78351c48ca9ee6adccb794466f1d95bf6b5b /src | |
parent | 9ed82143d9e7c439dc494abfc8825c81b1eabbbf (diff) |
added audio
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/webcam/DashWebRTCVideo.tsx | 2 |
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) |