GetVideosOptions

data class GetVideosOptions(val participants: List<Participant>, val allVideoStreams: List<Stream>, val oldAllStreams: List<Stream>, val adminVidID: String? = null, val updateAllVideoStreams: (List<Stream>) -> Unit, val updateOldAllStreams: (List<Stream>) -> Unit)

Options for retrieving and processing video streams.

Constructors

Link copied to clipboard
constructor(participants: List<Participant>, allVideoStreams: List<Stream>, oldAllStreams: List<Stream>, adminVidID: String? = null, updateAllVideoStreams: (List<Stream>) -> Unit, updateOldAllStreams: (List<Stream>) -> Unit)

Properties

Link copied to clipboard
val adminVidID: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard