Skip to content

Commit e3e35da

Browse files
Update src/content/docs/realtime/turn/generate-credentials.mdx
Co-authored-by: Denise Peña <[email protected]>
1 parent 90081bd commit e3e35da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/realtime/turn/generate-credentials.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ The JSON response below can then be passed on to your front-end application:
5353
}
5454
```
5555

56-
Note: the list of URLs returned contains URLs with the primary and alternate ports. The alternate port 53 is known to be blocked by web browsers. So this TURN URL will time out if used in browsers. If you are using trickle ICE this is not going to cause problems. But if you wait for ICE gathering to finish before passing on the ICE candidates you might want to filter out the alternate URL with port 53 to avoid waiting for it to time out.
56+
:::note
57+
The list of returned URLs contains URLs with the primary and alternate ports. The alternate port 53 is known to be blocked by web browsers, and the TURN URL will time out if used in browsers. If you are using trickle ICE, this will not cause issues, but you should let ICE gathering finish before passing.
58+
:::
5759

5860
Use `iceServers` as follows when instantiating the `RTCPeerConnection`:
5961

0 commit comments

Comments
 (0)