Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.12 KB

StartStreamingRequest.md

File metadata and controls

28 lines (16 loc) · 1.12 KB

StartStreamingRequest

Properties

Name Type Description Notes
streamUrl String The destination WebSocket address where the stream is going to be delivered. [optional]
streamTrack StreamTrackEnum Specifies which track should be streamed. [optional]
enableDialogflow Boolean Enables Dialogflow for the current call. The default value is false. [optional]
dialogflowConfig DialogflowConfig [optional]
clientState String Use this field to add state to every subsequent webhook. It must be a valid Base-64 encoded string. [optional]
commandId String Use this field to avoid duplicate commands. Telnyx will ignore any command with the same `command_id` for the same `call_control_id`. [optional]

Enum: StreamTrackEnum

Name Value
INBOUND_TRACK "inbound_track"
OUTBOUND_TRACK "outbound_track"
BOTH_TRACKS "both_tracks"