stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-core
/
io.getstream.video.android.core.events
/
ParticipantCount
Participant
Count
data
class
ParticipantCount
(
val
total
:
Int
,
val
anonymous
:
Int
)
Members
Constructors
Participant
Count
Link copied to clipboard
constructor
(
total
:
Int
,
anonymous
:
Int
)
Properties
anonymous
Link copied to clipboard
val
anonymous
:
Int
total
Link copied to clipboard
val
total
:
Int