Fix issues with 2-way audio for cameras that support only a single stream.

This commit is contained in:
Dermot Duffy
2024-02-03 16:36:07 -08:00
parent 8d34f78813
commit 3ffcebfe6b
3 changed files with 84 additions and 39 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ export default defineConfig({
// Thresholds will automatically be updated as coverage improves to avoid
// back-sliding.
thresholdAutoUpdate: true,
statements: 72.73,
branches: 61.93,
statements: 72.76,
branches: 61.95,
functions: 74.01,
lines: 72.63,
lines: 72.66,
},
},
});