Participant Count Info
data class ParticipantCountInfo(participantCount: Int, peakParticipantCount: Int, cumulativeParticipantCount: Int)
Content copied to clipboard
A class that provides participant count info.
Since
1.0.0
Constructors
Link copied to clipboard
fun ParticipantCountInfo(participantCount: Int = 0, peakParticipantCount: Int = 0, cumulativeParticipantCount: Int = 0)
Content copied to clipboard