ChannelIngestEndpoint

data class ChannelIngestEndpoint(val id: String, val password: String, val url: String, val username: String)

An endpoint for ingesting source content for a Channel.

Constructors

Link copied to clipboard
constructor(id: String, password: String, url: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The system generated unique identifier for the IngestEndpoint

Link copied to clipboard

The system generated password for ingest authentication.

Link copied to clipboard
val url: String

The ingest URL to which the source stream should be sent.

Link copied to clipboard

The system generated username for ingest authentication.