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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -284,14 +284,14 @@ Verify Turn server is accessible from your BBB serve. If you receive code 0x0001
284
284
sudo apt install stun-client
285
285
stun <your-turn-server>
286
286
```
287
-
Here is another way to test whether a Stun server, we are using Google’s public Stun server (stun.l.google.com:19302), is accessible from your BBB server.
287
+
Here is another way to test whether your Stun server is accessible from your BBB server.
288
288
289
-
Localport could be any available UDP port on your BBB server.
289
+
Localport could be any available UDP port on your BBB server. 3478 is the port for the Stun server.
290
290
291
291
```sh
292
-
sudo apt-get install -y stuntman-client
292
+
sudo apt-get install -y stuntman-client
293
293
294
-
stunclient --mode full --localport 30000 <your-turn-server><your-turn-server-port>
294
+
stunclient --mode full --localport 30000 <your-stun-turn-server> 3478
295
295
296
296
```
297
297
Your output should be something like the following:
0 commit comments