We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2cfc2 commit a8ebc75Copy full SHA for a8ebc75
src/assets/images/calls/turn-charging.png
-23.9 KB
src/content/docs/calls/turn/faq.mdx
@@ -19,7 +19,19 @@ Traffic between Cloudflare Calls TURN and Cloudflare Calls SFU or Cloudflare Str
19
20
<div class="full-img">
21
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
+```
35
36
</div>
37
0 commit comments