Twilio · Arazzo Workflow
Twilio Create a Video Room
Version 1.0.0
Create a Twilio Video room, then fetch it so a client can join.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
create-video-room
Create a video room and retrieve it so a client can join.
Creates a room via the Twilio Video API and then fetches the room by SID, branching to an in-progress room ready to join or a room that failed to start.
1
createRoom
createRoom
Create a new video room with the supplied unique name and type. Capture the room SID, unique name, and initial status.
2
fetchRoom
fetchRoom
Fetch the room by SID to confirm it is in progress and to read the details a client needs to join.