mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
fix(google-meet): grant browser media permissions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user