Package-level declarations

Types

Link copied to clipboard
@Serializable(with = RecordingIdSerializer::class)
data class RecordingId(val id: UUID)

The ID of a recording.

Link copied to clipboard
@Serializable
data class RecordingStatus(val recordingId: RecordingId?, val startedBy: ParticipantId? = null, val layout: StreamingLayout? = null, val streamId: StreamId)

Contains information on the status of a recording.