Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7159212
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 3:21 AM (14 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3408690
Default Alt Text
(1 KB)
Attached To
Mode
rSYLK SylkServer
Attached
Detach File
Event Timeline
Log In to Comment