Verbs

<Start>

Start a background session — audio stream, live transcription, or SIP session recording — while the document continues.

Example

<Response>
  <Start>
    <Stream url="wss://audio.example.com/ingest" track="both_tracks"/>
  </Start>
  <Dial>+18005551234</Dial>
  <Stop>
    <Stream/>
  </Stop>
</Response>

Attributes

<Start> takes no attributes.

Nesting

<Start> accepts these nested elements:

Notes

  • <Start> returns immediately: subsequent verbs run while the background session is live. End it with the matching <Stop> noun, or it ends when the call hangs up.
  • An unknown noun under <Start> returns an unsupported-element error.