StreamSessionSummary

Summary information about a stream session.

Types

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

Properties

Link copied to clipboard
val endTime: <Error class: unknown class>?

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

If true, this stream encountered a quota breach or failure.

Link copied to clipboard
val startTime: <Error class: unknown class>?

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.

Functions

Link copied to clipboard
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