Skip to content

Commit 1ad94d9

Browse files
authored
Calls: Clarify credential behavior in FAQ (#17530)
1 parent 51a9d22 commit 1ad94d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ Packet loss is normal in UDP and can happen occasionally even on reliable connec
165165
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.
166166

167167

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+
168173

169174

170175
### Does Calls TURN support IPv6?
@@ -219,3 +224,7 @@ Cloudflare Calls denies CreatePermission or ChannelBind requests if private IP r
219224
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.
220225

221226

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

Comments
 (0)