Skip to content

Commit 3da3d1e

Browse files
authored
Secure domain + Coturn - Need adapted instructions (#497)
* Add hint for usage with coturn... * Update README.md * Update README.md
1 parent ecd6dd3 commit 3da3d1e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ from anonymous domain. Here's what has to be configured:
102102
```
103103
(Note that guest.jitsi-meet.example.com is internal to jitsi, and you do not need to (and should not) create a DNS record for it, or generate an SSL/TLS certificate, or do any web server configuration.)
104104

105+
**NOTE:** Make sure you enable desired modules to the guest virtual host like `turncredentials` (if you use STUN/TURN together with secure domain) and/or `conference_duration` etc., by adding the `modules_enabled` option:
106+
107+
```
108+
VirtualHost "guest.jitsi-meet.example.com"
109+
authentication = "anonymous"
110+
modules_enabled = {
111+
"turncredentials";
112+
}
113+
c2s_require_encryption = false
114+
```
115+
105116
2 In Jitsi Meet config.js configure 'anonymousdomain':<br/>
106117

107118
(If you have installed jitsi-meet from the Debian package, these changes should be made in /etc/jitsi/meet/[your-hostname]-config.js)

0 commit comments

Comments
 (0)