From 0a4158c94f513da7c6806d478d39c42de37fe726 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:32:19 +0200 Subject: [PATCH] Update ADMIN.md: copypasta from POST_INSTALL for consistency --- doc/ADMIN.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 79ee96c..85c1347 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,8 +1,9 @@ ## 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. + ``` -TURN URI : turn::5349 -TURN username: -TURN password: +STUN or TURN URI: turn:__DOMAIN__:__PORT_TURNSERVER_TLS__ +TURN username: turnserver +TURN password: __TURNSERVER_PWD__ ```