Stream status callback
Sent to your `status_url` when a background audio stream started with
`calling.stream` changes state. `params.state` is `streaming` when the stream
starts and `finished` when it ends.
Status callbacks are advisory, best-effort notifications — delivery can be delayed or fail silently, so don't gate time-critical actions on receiving one. See [Status callback reliability](/docs/platform/webhooks#status-callback-reliability).