Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed src/assets/images/calls/turn-charging.png
Binary file not shown.
14 changes: 13 additions & 1 deletion src/content/docs/calls/turn/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,19 @@ Traffic between Cloudflare Calls TURN and Cloudflare Calls SFU or Cloudflare Str

<div class="full-img">

![TURN charging illustration](~/assets/images/calls/turn-charging.png)
```mermaid
---
title: Cloudflare Calls TURN pricing
---
flowchart LR
Client[TURN Client]
Server[TURN Server]

Client -->|"Ingress (free)"| Server
Server -->|"Egress (charged)"| Client

Server <-->|Not part of billing| PeerA[Peer A]
```

</div>

Expand Down