Skip to content

place.stream.live.stopLivestream

Lexicon Version: 1

Type: procedure

Stop your current livestream, updating your current place.stream.livestream record and ceasing the flow of video.

Parameters: (None defined)

Input:

  • Encoding: application/json
  • Schema:

Schema Type: object

(No properties defined) Output:

  • Encoding: application/json
  • Schema:

Schema Type: object

NameTypeReq’dDescriptionConstraints
uristringThe URI of the stopped livestream record.Format: uri
cidstringThe new CID of the stopped livestream record.Format: cid

{
"lexicon": 1,
"id": "place.stream.live.stopLivestream",
"defs": {
"main": {
"type": "procedure",
"description": "Stop your current livestream, updating your current place.stream.livestream record and ceasing the flow of video.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": [],
"properties": {}
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["uri", "cid"],
"properties": {
"uri": {
"type": "string",
"format": "uri",
"description": "The URI of the stopped livestream record."
},
"cid": {
"type": "string",
"format": "cid",
"description": "The new CID of the stopped livestream record."
}
}
}
}
}
}
}