API Method: /api/liveevent/stream/update
Update the meta data about a live event video stream.
Parameters
| Parameter | Description |
|---|---|
| liveevent_stream_id (required) | The ID for the live event video stream to be updated. |
| name | The name of the stream. All HTML tags will be stripped away from the name. |
| record_p | Should the stream be recorded to the video archive? Maximum recording length is three hours and the maximum size is 2 GB. Allowed values are 0 and 1, but the parameter is optional is you want to leave the current setting unchanged. |
| publish_recordings_p_p | Should recording from this stream be published when put back to your video archive? Allowed values are 0 and 1, but the parameter is optional is you want to leave the current setting unchanged. |
Permission level
The minimum required permission level is:
write
Example XML Response
<response status="ok" permission_level="stream"
message="The stream was updated" cached="0">
Example JSON Response
{
"status": "ok",
"message":"The stream was updated",
"permission_level":"write",
"cached":"0",
"p": "1",
"size": "1",
"site": { ...},
"endpoint": "/api/liveevent/stream/update"
}




