From 8861f7a14c53dbf7a2b8e9508520ed5ebe751e3f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:07:20 +0200 Subject: [PATCH] Update POST_INSTALL.md: fix markdown render --- doc/POST_INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 36f24cb..ec548e7 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,5 +1,7 @@ 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__ +```