You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/calls/turn/faq.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ sidebar:
11
11
12
12
Cloudflare TURN pricing is based on the data sent from the Cloudflare edge to the TURN client, as described in [RFC 8656 Figure 1](https://datatracker.ietf.org/doc/html/rfc8656#fig-turn-model). This means data sent from the TURN server to the TURN client and captures all data, including TURN overhead, following successful authentication.
13
13
14
-
Pricing for Cloudflare Calls Serverless SFU and TURN services is $0.05 per GB of data used.
14
+
Pricing for Cloudflare Calls TURN service is $0.05 per GB of data used.
15
15
16
-
There is a free tier of 1,000 GB before any charges start. This free tier includes both Serverless SFU and TURN services. Cloudflare Calls billing appears as a single line item on your Cloudflare bill, covering both SFU and TURN.
16
+
There is a free tier of 1,000 GB before any charges start. Cloudflare Calls billing appears as a single line item on your Cloudflare bill, covering both SFU and TURN.
17
17
18
18
Traffic between Cloudflare Calls TURN and Cloudflare Calls SFU or Cloudflare Stream (WHIP/WHEP) does not incur any charges.
Copy file name to clipboardExpand all lines: src/content/docs/calls/turn/index.mdx
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Use of alternate port 53 only by itself is not reccomended. Port 53 is blocked b
26
26
27
27
Calls TURN service is available in every Cloudflare data center.
28
28
29
-
When a client tries to connect to `turn.cloudflare.com`, it *automatically* connects to the Cloudflare location closest to them. We achieve this using anycast routing.
29
+
When a client tries to connect to `turn.cloudflare.com`, it _automatically_ connects to the Cloudflare location closest to them. We achieve this using anycast routing.
30
30
31
31
To learn more about the architecture that makes this possible, read this [technical deep-dive about Calls](https://blog.cloudflare.com/cloudflare-calls-anycast-webrtc).
32
32
@@ -36,15 +36,15 @@ TLS versions supported include TLS 1.1, TLS 1.2, and TLS 1.3.
@@ -54,10 +54,14 @@ There is no specific MTU limit for Cloudflare Calls TURN service.
54
54
55
55
Cloudflare Calls TURN service places limits on:
56
56
57
-
* Unique IP address you can communicate with per relay allocation (>5 new IP/sec)
58
-
* Packet rate outbound and inbound to the relay allocation (>5-10 kpps)
59
-
* Data rate outbound and inbound to the relay allocation (>50-100 Mbps)
57
+
- Unique IP address you can communicate with per relay allocation (>5 new IP/sec)
58
+
- Packet rate outbound and inbound to the relay allocation (>5-10 kpps)
59
+
- Data rate outbound and inbound to the relay allocation (>50-100 Mbps)
60
60
61
-
A relay allocation often represents a single TURN client connection with the TURN server, not all connections for a single customer.
61
+
:::note[Limits apply to each TURN allocation independently]
62
+
63
+
Each limit is for a single TURN allocation (single TURN user) and not account wide. Same limit will apply to each user regardless of the number of unique TURN users.
64
+
65
+
:::
62
66
63
67
These limits are suitable for high-demand applications and also have burst rates higher than those documented above. Hitting these limits will result in packet drops.
0 commit comments