fix(google-meet): grant browser media permissions

This commit is contained in:
Peter Steinberger
2026-04-27 14:53:33 +01:00
parent 713cc74bff
commit 1f7b7c249a
10 changed files with 404 additions and 23 deletions

View File

@@ -245,9 +245,12 @@
"audioInputCommand": {
"type": "array",
"default": [
"rec",
"sox",
"-q",
"-t",
"coreaudio",
"BlackHole 2ch",
"-t",
"raw",
"-r",
"24000",
@@ -267,7 +270,7 @@
"audioOutputCommand": {
"type": "array",
"default": [
"play",
"sox",
"-q",
"-t",
"raw",
@@ -280,7 +283,10 @@
"-b",
"16",
"-L",
"-"
"-",
"-t",
"coreaudio",
"BlackHole 2ch"
],
"items": {
"type": "string"