Participants Modal Props
data class ParticipantsModalProps(val state: MediasfuGenericState, val isVisible: Boolean, val filter: String, val participants: List<Participant>, val filteredParticipants: List<Participant>, val participantCount: Int, val onFilterChange: (String) -> Unit, val onClose: () -> Unit)
Structured props supplied to the participants modal override.
Constructors
Link copied to clipboard
constructor(state: MediasfuGenericState, isVisible: Boolean, filter: String, participants: List<Participant>, filteredParticipants: List<Participant>, participantCount: Int, onFilterChange: (String) -> Unit, onClose: () -> Unit)