aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-09 13:27:01 -0500
committerMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-09 13:27:01 -0500
commit98e524e936b7ddf2e229be6c3a8646e9b8dcfac6 (patch)
treeb00cb02db950f4162979ac6c5e0fb69ba1a92712 /src
parentf9855e8d1ec83405ae3cc7d0113b46de63fc0848 (diff)
audio addded
Diffstat (limited to 'src')
-rw-r--r--src/client/views/webcam/WebCamLogic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/webcam/WebCamLogic.js b/src/client/views/webcam/WebCamLogic.js
index 37d152cc7..ec8b2e8bf 100644
--- a/src/client/views/webcam/WebCamLogic.js
+++ b/src/client/views/webcam/WebCamLogic.js
@@ -110,7 +110,7 @@ export function initialize(roomName, handlerUI) {
navigator.mediaDevices.getUserMedia({
- audio: false,
+ audio: true,
video: true
})
.then(gotStream)