diff options
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) |