Files
weiyu/deploy/janus/etc/janus/janus.plugin.recordplay.jcfg.sample
jack ning 12e578de89 update
2025-08-06 22:02:45 +08:00

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
}