Skip to content

Commit 31d8cde

Browse files
committed
Add :speak-out channel for twilio-in process
1 parent 74e288e commit 31d8cde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/voice_fn/transport.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
(def twilio-transport-in
115115
(flow/process
116116
{:describe (fn [] {:outs {:sys-out "Channel for system messages that have priority"
117-
:out "Channel on which audio frames are put"}
117+
:out "Channel on which audio frames are put"
118+
:speak-out "Channel for speak frames. Used when the user joins the conversation"}
118119
:params {:transport/in-ch "Channel from which input comes"
119120
:twilio/handle-event "Optional function to be called when a new twilio event is received. Return a map like {cid [frame1 frame2]} to put new frames on the pipeline"}})
120121

0 commit comments

Comments
 (0)