add channel property to transcribe, can be used in dial verb to indicate to transcribe only one of the two channels (#47)

This commit is contained in:
Dave Horton
2024-03-10 19:12:40 -04:00
committed by GitHub
parent dc0abfad02
commit 1ce577c8c9
+2 -1
View File
@@ -487,7 +487,8 @@
"id": "string",
"transcriptionHook": "string",
"recognizer": "#recognizer",
"earlyMedia": "boolean"
"earlyMedia": "boolean",
"channel": "number"
},
"required": [
"transcriptionHook"