EgressHLSResponse

data class EgressHLSResponse(@Json(name = "playlist_url") val playlistUrl: String, @Json(name = "status") val status: String)

Constructors

Link copied to clipboard
constructor(@Json(name = "playlist_url") playlistUrl: String, @Json(name = "status") status: String)

Properties

Link copied to clipboard
Link copied to clipboard