Skip to content

Commit a8ebc75

Browse files
authored
Calls: Convert TURN FAQ diagram to mermaid format (#20362)
1 parent ec2cfc2 commit a8ebc75

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
-23.9 KB
Binary file not shown.

src/content/docs/calls/turn/faq.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,19 @@ Traffic between Cloudflare Calls TURN and Cloudflare Calls SFU or Cloudflare Str
1919

2020
<div class="full-img">
2121

22-
![TURN charging illustration](~/assets/images/calls/turn-charging.png)
22+
```mermaid
23+
---
24+
title: Cloudflare Calls TURN pricing
25+
---
26+
flowchart LR
27+
Client[TURN Client]
28+
Server[TURN Server]
29+
30+
Client -->|"Ingress (free)"| Server
31+
Server -->|"Egress (charged)"| Client
32+
33+
Server <-->|Not part of billing| PeerA[Peer A]
34+
```
2335

2436
</div>
2537

0 commit comments

Comments
 (0)