Skip to content

Commit fee0dfa

Browse files
committed
added sentence about no-trickle back in
1 parent e3e35da commit fee0dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

5656
:::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.
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. Without trickle ICE you might want to filter out the URL with port 53 to avoid waiting for a timeout.
5858
:::
5959

6060
Use `iceServers` as follows when instantiating the `RTCPeerConnection`:

0 commit comments

Comments
 (0)