ChannelIngestEndpoint

data class ChannelIngestEndpoint(val id: String? = null, val url: String? = null)

The ingest domain URL where the source stream should be sent.

Constructors

Link copied to clipboard
constructor(id: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The system-generated unique identifier for the IngestEndpoint.

Link copied to clipboard
val url: String? = null

The ingest domain URL where the source stream should be sent.