Dolby.io · Arazzo Workflow
Dolby OptiView Tear Down a Channel
Version 1.0.0
Stop a channel, poll until it is fully stopped, then delete it.
View Spec
View on GitHub
MediaStreamingReal-time StreamingWebRTCLive StreamingLow LatencyVideoAudioBroadcastPlayerAdvertisingDolby OptiViewMillicastTHEOliveTHEOplayerArazzoWorkflows
Provider
Workflows
teardown-channel
Stop a channel, wait until it is stopped, then delete it.
Stops a channel, polls until its status is stopped, and deletes the channel once it is idle.
1
stopChannel
stop-channel
Stop the channel, which stops all connected engines.
2
pollChannelStatus
get-channel
Poll the channel until its status reaches stopped. The documented status enum includes stopping before stopped. Branch to delete once stopped, or keep polling while still stopping.
3
deleteChannel
delete-channel
Delete the now-idle channel. Returns 204 No Content on success.