RingCentral · Arazzo Workflow
RingCentral Create a Video Bridge and Manage Its Lifecycle
Version 1.0.0
Create a RingCentral Video bridge, read its join URI and Web PIN, resolve it by PIN, update its security, and delete it.
Provider
Workflows
video-bridge-lifecycle
Create a video bridge, capture its join details, resolve it by PIN, rotate its password, and delete it.
Creates a scheduled RingCentral Video bridge for an extension, reads it back for the Web PIN and join URI, looks the bridge up by its Web PIN, updates the meeting password, and removes the bridge.
1
createBridge
createBridge
Create a Scheduled bridge for the extension. Scheduled bridges survive across multiple meetings, unlike Instant bridges which are deleted right after their single use. RingCentral generates the Web PIN when one is not supplied.
2
readBridge
getBridge
Read the bridge back to capture the join URI. discovery.web only carries the embedded password parameter when the caller is the bridge owner, a delegate, or a Super Admin, so this read is what produces a distributable join link.
3
resolveBridgeByPin
getBridgeByWebPin
Look the bridge up by its Web PIN. This is the lookup behind a join-by-code screen, where a participant supplies only the meeting code.
4
rotatePassword
updateBridge
Update the bridge to rotate the meeting password. Note the update operation is a PATCH and cannot change the Web PIN — the spec routes PIN changes to a dedicated endpoint instead.
5
deleteBridge
deleteBridge
Delete the bridge when the recurring meeting series ends so the Web PIN and join URI stop resolving.