feat(core) request_permissions always allow

This commit is contained in:
Dylan Hurd
2026-03-09 10:57:24 -07:00
parent aa6a57dfa2
commit b7eccfcd62
28 changed files with 1103 additions and 29 deletions

View File

@@ -149,7 +149,8 @@
"PermissionGrantScope": {
"enum": [
"turn",
"session"
"session",
"alwaysAllow"
],
"type": "string"
}