Browse Source

Fixed conference room example.

pull/284/head
Joachim Bauch 9 years ago
parent
commit
9f1e330373
  1. 4
      server.conf.in

4
server.conf.in

@ -219,6 +219,6 @@ enabled = false @@ -219,6 +219,6 @@ enabled = false
; All participants joining the room automatically call each other and are in
; a conference.
;
; Example (all rooms below "/conference/" are conference rooms):
;^/conference/.+ = Conference
; Example (all rooms below "conference/" are conference rooms):
;^conference/.+ = Conference
;

Loading…
Cancel
Save