revert audio capture options to default

peertube
Namekuji 2023-01-27 18:20:37 -05:00
rodzic e28f2edb2e
commit a7f80e2ef0
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -42,8 +42,8 @@ const publishOpts = {
};
const captureOpts = {
autoGainControl: true,
echoCancellation: true,
// autoGainControl: true,
// echoCancellation: true,
};
export default {