api: add local processing response type & param
`local-processing` type returns needed info for on-device processing and creates basic proxy tunnels
This commit is contained in:
@@ -304,6 +304,7 @@ export default async function({ host, patternMatch, params }) {
|
||||
requestIP,
|
||||
audioBitrate: params.audioBitrate,
|
||||
alwaysProxy: params.alwaysProxy,
|
||||
localProcessing: params.localProcessing,
|
||||
})
|
||||
} catch {
|
||||
return createResponse("error", {
|
||||
|
||||
Reference in New Issue
Block a user