Skip to content

place.stream.server.settings

Lexicon Version: 1

Type: record

Record containing user settings for a particular Streamplace node

Record Key: any

Record Properties:

NameTypeReq’dDescriptionConstraints
debugRecordingbooleanWhether this node may archive your livestream for improving the service

{
"lexicon": 1,
"id": "place.stream.server.settings",
"defs": {
"main": {
"type": "record",
"description": "Record containing user settings for a particular Streamplace node",
"key": "any",
"record": {
"type": "object",
"required": [],
"properties": {
"debugRecording": {
"type": "boolean",
"description": "Whether this node may archive your livestream for improving the service"
}
}
}
}
}
}