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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,11 @@ Packet loss is normal in UDP and can happen occasionally even on reliable connec
165
165
There is no defined limit for credential issuance. Start at 500 credentials/sec and scale up linearly. Ensure you use more than 50% of the issued credentials.
166
166
167
167
168
+
### What is the maximum value I can use for TURN credential expiry time?
169
+
170
+
171
+
You can set a expiration time for a credential up to 48 hours in the future. If you need your TURN allocation to last longer than this, you will need to [update](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/setConfiguration) the TURN credentials.
172
+
168
173
169
174
170
175
### Does Calls TURN support IPv6?
@@ -219,3 +224,7 @@ Cloudflare Calls denies CreatePermission or ChannelBind requests if private IP r
219
224
If you are a Cloudflare BYOIP customer and wish to connect to your BYOIP ranges with Calls TURN, please reach out to your account manager for further details.
220
225
221
226
227
+
228
+
### What will happen if TURN credentials expire while the TURN allocation is in use?
229
+
230
+
Cloudflare Calls will immediately stop billing and recording usage for analytics. After a short delay, the connection will be disconnected.
0 commit comments