StageEndpoints

Summary information about various endpoints for a stage. We recommend that you cache these values at stage creation; the values can be cached for up to 14 days.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Events endpoint.

Link copied to clipboard
val rtmp: String?

The endpoint to be used for IVS real-time streaming using the RTMP protocol.

Link copied to clipboard

The endpoint to be used for IVS real-time streaming using the RTMPS protocol.

Link copied to clipboard
val whip: String?

The endpoint to be used for IVS real-time streaming using the WHIP protocol.

Functions

Link copied to clipboard
inline fun copy(block: StageEndpoints.Builder.() -> Unit = {}): StageEndpoints
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String