Skip to content

Commit 6b58a32

Browse files
Realtime: added warning about port 53 URLs (#21770)
1 parent 4d18fa6 commit 6b58a32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ The JSON response below can then be passed on to your front-end application:
5353
}
5454
```
5555

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. Without trickle ICE you might want to filter out the URL with port 53 to avoid waiting for a timeout.
58+
:::
59+
5660
Use `iceServers` as follows when instantiating the `RTCPeerConnection`:
5761

5862
```js

0 commit comments

Comments
 (0)