sdk
androidJvm
sdk
/
io.streamlayer.sdk
/
SLRManagedGroupSession
/
Event
/
ParticipantUpdated
Participant
Updated
data
class
ParticipantUpdated
(
val
participant
:
SLRManagedGroupSession.Participant
,
val
isRemoved
:
Boolean
=
false
)
:
SLRManagedGroupSession.Event
Members
Constructors
Participant
Updated
Link copied to clipboard
constructor
(
participant
:
SLRManagedGroupSession.Participant
,
isRemoved
:
Boolean
=
false
)
Properties
is
Removed
Link copied to clipboard
val
isRemoved
:
Boolean
=
false
participant
Link copied to clipboard
val
participant
:
SLRManagedGroupSession.Participant