StreamId

@Serializable(with = StreamIdSerializer::class)
data class StreamId(val id: UUID)

The ID of a stream -- this may represent a recording or livestream.

Constructors

Link copied to clipboard
constructor(id: UUID)

Properties

Link copied to clipboard
val id: UUID