StreamSession

Object that captures the Amazon IVS configuration that the customer provisioned, the ingest configurations that the broadcaster used, and the most recent Amazon IVS stream events it encountered.

Types

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

Properties

Link copied to clipboard

The properties of the channel at the time of going live.

Link copied to clipboard

Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is NULL.

Link copied to clipboard

The properties of the incoming RTMP stream for the stream.

Link copied to clipboard

The properties of recording the live stream.

Link copied to clipboard

Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.

Link copied to clipboard

Unique identifier for a live or previously live stream in the specified channel.

Link copied to clipboard

List of Amazon IVS events that the stream encountered. The list is sorted by most recent events and contains up to 500 events. For Amazon IVS events, see Using Amazon EventBridge with Amazon IVS.

Functions

Link copied to clipboard
inline fun copy(block: StreamSession.Builder.() -> Unit = {}): StreamSession
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