diff options
| -rw-r--r-- | jitsi.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -113,6 +113,11 @@ ufw enable</code></pre> <p>When you create a video chatroom, its address will appear as <code><strong>meet.example.org/yourvideochatname</strong></code> and can be shared as such.</p> + <h3>Security</h3> + <p> + The default Jitsi configuration will allow anyone accessing your site to create a video chatroom. If you want to only allow certain people to create rooms, you can check out how to add authentication <a href="https://jitsi.github.io/handbook/docs/devops-guide/secure-domain" target="blank">here in the original documentation</a>. + </p> + <h2>More info</h2> <p> |
