Skip to content
Cloudflare Docs

Example architecture

Example Architecture

  1. Clients connect to the backend service
  2. Backend service manages the relationship between the clients and the tracks they should subscribe to
  3. Backend service contacts the Cloudflare Realtime API to pass the SDP from the clients to establish the WebRTC connection.
  4. Realtime API relays back the Realtime API SDP reply and renegotiation messages.
  5. If desired, headless clients can be used to record the content from other clients or publish content.
  6. Admin manages the rooms and room members.