toggle menu
stream-video-android
1.5.0
androidJvm
switch theme
stream-video-android-core
/
io.getstream.android.video.generated.models
/
EgressHLSResponse
Egress
HLSResponse
data
class
EgressHLSResponse
(
@
Json
(
name
=
"playlist_url"
)
val
playlistUrl
:
String
,
@
Json
(
name
=
"status"
)
val
status
:
String
)
Members
Constructors
Egress
HLSResponse
Link copied to clipboard
constructor
(
@
Json
(
name
=
"playlist_url"
)
playlistUrl
:
String
,
@
Json
(
name
=
"status"
)
status
:
String
)
Properties
playlist
Url
Link copied to clipboard
val
playlistUrl
:
String
status
Link copied to clipboard
val
status
:
String