From 2ec0c0145812c943fefcebe6906b2607a64ddd23 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Fri, 1 Jan 2021 17:54:48 +0100 Subject: [PATCH] Update README. --- README | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index ca67a01..5e8a0ab 100644 --- a/README +++ b/README @@ -32,15 +32,13 @@ It should look like this: [ { - "urls":["turn:turn.example.com:443"], - "username":"username", - "credential":"password" + "urls": [ + "turn:turn.example.com:443", + "turn:turn.example.com:443?transport=tcp" + ], + "username": "username", + "credential": "password" }, - { - "urls":["turn:turn.example.com:443?transport=tcp"], - "username":"username", - "credential":"password" - } ] The port number, username and password should be the same as the ones in @@ -56,7 +54,7 @@ options are described below. { "public": true, - "op": [{"username":"jch","password":"1234"}], + "op": [{"username":"jch", "password":"1234"}], "presenter": [{}], "max-users": 100 } @@ -120,7 +118,9 @@ contain the name of the group -- that makes it possible to set up a new group just by copying a template file. The group definition file contains a JSON directory with the following -fields, all of which are optional. +fields. All fields are optional, but unless you specify at least one user +definition (`op`, `presenter`, or `other`), nobody will be able to join +the group. - `op`, `presenter`, `other`: each of these is an array of user definitions (see below) and specifies the users allowed to connect