POST api/SoundFile/CreateLiveStreamRecordIndexFiles
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"streamName": "sample string 1",
"appName": "sample string 2",
"domainName": "sample string 3",
"recodPath": "sample string 4",
"starttime": "sample string 5",
"endtime": "sample string 6",
"bucketName": "sample string 7",
"endPoint": "sample string 8",
"shouldConvert": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}