place.stream.server.settings

did:web:stream.place

Documentation

Record containing user settings for a particular Streamplace node

main record

Record containing user settings for a particular Streamplace node

Record Key any Any valid record key

Properties

debugRecording boolean Optional

Whether this node may archive your livestream for improving the service

livestreamRecording boolean Optional

Whether this node should record your livestreams into VODs that you can publish

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "debugRecording": {
        "type": "boolean",
        "description": "Whether this node may archive your livestream for improving the service"
      },
      "livestreamRecording": {
        "type": "boolean",
        "description": "Whether this node should record your livestreams into VODs that you can publish"
      }
    }
  },
  "description": "Record containing user settings for a particular Streamplace node"
}

Lexicon Garden

@