Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.44 KB

File metadata and controls

12 lines (9 loc) · 4.44 KB

GetLiveStreamPlaybackIdResponse

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
playbackIdSuccessResponse Optional<PlaybackIdSuccessResponse> Stream details retrieved successfully {
"success": true,
"data": {
"id": "88b7ac0f-2504-4dd5-b7b4-d84ab4fee1bd",
"accessPolicy": "public"
}
}
defaultError Optional<DefaultError> See the range of possible error responses and their status codes.