mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-19 13:48:10 +00:00
15 lines
611 B
Plaintext
15 lines
611 B
Plaintext
# path = where to place recordings in the file system
|
|
# admin_key = plugin management secret; if set, private recordings can
|
|
# be listed only if this key is provided in the request
|
|
# private = true|false, whether recordings should be marked as private by
|
|
# default, meaning they're not returned to users connecting to the
|
|
# plugin unless they provide the right 'admin_key' in the request
|
|
# events = true|false, whether events should be sent to event handlers
|
|
|
|
general: {
|
|
path = "/opt/janus/share/janus/recordings"
|
|
#admin_key = "supersecret"
|
|
#private = true
|
|
#events = false
|
|
}
|