EkoStreamDto

data class EkoStreamDto(val streamId: String, val moderationId: String? = null, val title: String? = null, val description: String? = null, val metadata: JsonObject? = null, val isReconnecting: Boolean = false, val thumbnailFileId: String? = null, val userId: String? = null, val status: String? = null, val watcherData: JsonObject? = null, val broadcasterData: JsonObject? = null, val recordings: JsonArray? = null, val resolution: String? = null, val isDeleted: Boolean = false) : EkoObjectDto

Constructors

Link copied to clipboard
constructor(streamId: String, moderationId: String? = null, title: String? = null, description: String? = null, metadata: JsonObject? = null, isReconnecting: Boolean = false, thumbnailFileId: String? = null, userId: String? = null, status: String? = null, watcherData: JsonObject? = null, broadcasterData: JsonObject? = null, recordings: JsonArray? = null, resolution: String? = null, isDeleted: Boolean = false)

Properties

Link copied to clipboard
@SerializedName(value = "streamerUrl")
val broadcasterData: JsonObject? = null
Link copied to clipboard
@SerializedName(value = "createdAt")
val createdAt: DateTime
Link copied to clipboard
@SerializedName(value = "description")
val description: String? = null
Link copied to clipboard
@SerializedName(value = "isDeleted")
val isDeleted: Boolean = false
Link copied to clipboard
@SerializedName(value = "isReconnecting")
val isReconnecting: Boolean = false
Link copied to clipboard
@SerializedName(value = "metadata")
val metadata: JsonObject? = null
Link copied to clipboard
@SerializedName(value = "moderationId")
val moderationId: String? = null
Link copied to clipboard
@SerializedName(value = "recordings")
val recordings: JsonArray? = null
Link copied to clipboard
@SerializedName(value = "resolution")
val resolution: String? = null
Link copied to clipboard
@SerializedName(value = "status")
val status: String? = null
Link copied to clipboard
@SerializedName(value = "streamId")
val streamId: String
Link copied to clipboard
@SerializedName(value = "thumbnailFileId")
val thumbnailFileId: String? = null
Link copied to clipboard
@SerializedName(value = "title")
val title: String? = null
Link copied to clipboard
@SerializedName(value = "updatedAt")
val updatedAt: DateTime
Link copied to clipboard
@SerializedName(value = "userId")
val userId: String? = null
Link copied to clipboard
@SerializedName(value = "watcherUrl")
val watcherData: JsonObject? = null