Option > Record > Instant
Start a record
Try to instantly start a recording of the first stream meant to be recorded, on the first given storage machine.
NOTE: this process is oversimplified. It assumes that only the best quality stream is meant to be recorded and that it will be sent to the first given storage machine only.
post/1/videos/{channel}/options/recording/instant
Path parameters
channelinteger required
The unique identifier (ID) of the channel to request.
Query parameters
account_idinteger required
Account identifier
The account identifier
Request body
Example request
{
"file_path": "\"Hello world ! 😊\"",
"name": "\"Hello world ! 😊\""
}Response
Created
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.