StreamId

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

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

Constructors

Link copied to clipboard
fun StreamId(id: UUID)

Properties

Link copied to clipboard
val id: UUID