diff --git a/conf/settings.ini.dist b/conf/settings.ini.dist index 8fc6436..c2b62d6 100644 --- a/conf/settings.ini.dist +++ b/conf/settings.ini.dist @@ -4,10 +4,6 @@ ;user = 'vroom' ;password = 'password' -[signaling] -; URI sent to clients where they can find the signaling server -;uri = 'https://vroom.exmple.com' - [turn] ; The stun server sent to client. You can set it to your own stun server. Takes a comma separated list of full ; stun uri as defined by rfc7064 diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep index ed9ce6f..6a0d913 100644 --- a/templates/default/documentation.html.ep +++ b/templates/default/documentation.html.ep @@ -280,19 +280,6 @@ cp /opt/vroom/conf/settings.ini.dist /opt/vroom/conf/settings.ini
-- This section is where you define your signaling server settings. - This is because VROOM was using a modified SignalMaster - as signaling server, which could run on a separate server. Now, the signaling server is directly included in VROOM daemon - so this section might be removed in the future -