You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/voice_fn/transport.clj
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,8 @@
114
114
(deftwilio-transport-in
115
115
(flow/process
116
116
{: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"}
118
119
:params {:transport/in-ch"Channel from which input comes"
119
120
: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"}})
0 commit comments