Page MenuHomePhabricator

No OneTemporary

diff --git a/janus-config/janus.cfg b/janus-config/janus.cfg
index 9137967..749cd11 100644
--- a/janus-config/janus.cfg
+++ b/janus-config/janus.cfg
@@ -1,44 +1,44 @@
; Janus configuration file for use with SylkServer
[general]
; Configuration files folder
configs_folder = /etc/janus
; Plugins folder
plugins_folder = /usr/lib/janus/plugins
; Transports folder
transports_folder = /usr/lib/janus/transports
; Interface to use (will be used in SDP)
;interface =
; Debug/logging level, valid values are 0-7
debug_level = 3
; API secret. Clients will need to specify this value for each request.
; Any kind of value is acceptable, but some random UUID is recommended.
; A new UUID value can be generated with the following command:
; python -c 'import uuid; print(uuid.uuid4().hex)'
api_secret = 0745f2f74f34451c89343afcdcae5809
[nat]
ice_lite = true
ice_tcp = true
[media]
force-bundle = true
force-rtcp-mux = true
[certificates]
; Certificate and key to use for DTLS
; (we leave these empty so Janus autogenerates them)
;cert_pem =
;cert_key =
[plugins]
-disable = libjanus_voicemail.so,libjanus_recordplay.so,libjanus_streaming.so,libjanus_echotest.so,libjanus_videocall.so
+disable = libjanus_voicemail.so,libjanus_recordplay.so,libjanus_streaming.so,libjanus_echotest.so,libjanus_videocall.so,libjanus_textroom.so
[transports]
disable = libjanus_http.so,libjanus_rabbitmq.so,libjanus_pfunix.so

File Metadata

Mime Type
text/x-diff
Expires
Sat, Nov 23, 3:21 AM (19 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3408690
Default Alt Text
(1 KB)

Event Timeline