diff --git a/audon-fe/src/views/RoomView.vue b/audon-fe/src/views/RoomView.vue index fe85c7c..88281d5 100644 --- a/audon-fe/src/views/RoomView.vue +++ b/audon-fe/src/views/RoomView.vue @@ -42,8 +42,8 @@ const publishOpts = { }; const captureOpts = { - autoGainControl: true, - echoCancellation: true, + // autoGainControl: true, + // echoCancellation: true, }; export default {