Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 9.64 KB

File metadata and controls

12 lines (9 loc) · 9.64 KB

CreateSimulcastOfStreamResponse

Fields

Field Type Required Description Example
contentType String ✔️ HTTP response content type for this operation
statusCode int ✔️ HTTP response status code for this operation
rawResponse HttpResponse<?> ✔️ Raw HTTP response; suitable for custom response parsing
simulcastResponse Optional<SimulcastResponse> New Simulcast created successfully {
"success": true,
"data": {
"simulcastId": "8717422d89288ad5958d4a86e9afe2a2",
"url": "rtmp://hyd01.contribute.live-video.net/app/",
"streamKey": "live_1012464221_DuM8W004MoZYNxQEZ0czODgfHCFBhk",
"isEnabled": true,
"metadata": {
"livestream_name": "Tech-Connect Summit"
}
}
}
defaultError Optional<DefaultError> See the range of possible error responses and their status codes.