Skip to content

place.stream.broadcast.getBroadcaster

Lexicon Version: 1

Type: query

Get information about a Streamplace broadcaster.

Parameters: (None defined)

Output:

  • Encoding: application/json
  • Schema:

Schema Type: object

NameTypeReq’dDescriptionConstraints
broadcasterstringDID of the Streamplace broadcaster to which this server belongsFormat: did
serverstringDID of this particular Streamplace serverFormat: did

{
"lexicon": 1,
"id": "place.stream.broadcast.getBroadcaster",
"defs": {
"main": {
"type": "query",
"description": "Get information about a Streamplace broadcaster.",
"parameters": {
"type": "params",
"required": [],
"properties": {}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["broadcaster"],
"properties": {
"broadcaster": {
"type": "string",
"format": "did",
"description": "DID of the Streamplace broadcaster to which this server belongs"
},
"server": {
"type": "string",
"format": "did",
"description": "DID of this particular Streamplace server"
}
}
}
},
"errors": []
}
}
}