mirror of
https://github.com/YunoHost-Apps/coturn_ynh.git
synced 2024-09-03 18:16:32 +02:00
9 lines
321 B
Markdown
9 lines
321 B
Markdown
## Testing
|
|
|
|
For testing we can use Trickle-Ice testing tool. Go to [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) and enter following details.
|
|
|
|
```
|
|
STUN or TURN URI: turn:__DOMAIN__:__PORT_TURNSERVER_TLS__
|
|
TURN username: turnserver
|
|
TURN password: __TURNSERVER_PWD__
|
|
```
|