Confrere · Arazzo Workflow
Confrere — start and end a video session
Version 1.0.0
Mint a single-use room URL for a participant, then end the session by invalidating the room.
View Spec
View on GitHub
CompanyVideoVideo ConferencingCommunicationsHealthcareTelehealthEmbeddableWebRTCArazzoWorkflows
Provider
Workflows
startAndEndVideoSession
Create a room URL for a user, then invalidate the room to end the session.
Uses operationPath references because the published spec ships no operationIds. Step 1 mints a one-minute, single-use redirect URL; after the meeting, step 2 invalidates the room so all tokens are revoked and the room is destroyed.
1
createRoomToken
$sourceDescriptions.confrere.url#/paths/~1api~1token/post
Create the room and get the redirect URL for the participant.
2
invalidateRoom
$sourceDescriptions.confrere.url#/paths/~1api~1room~1{id}~1invalidate/post
End the session by invalidating the room and all its tokens.