ParticipantsUpdatedEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. ParticipantsUpdatedEvent
- com.
public class ParticipantsUpdatedEvent
Describes a ParticipantsUpdated event data
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
List<Remote |
getAddedParticipants()
List of Participants that were added |
List<Remote |
getRemovedParticipants()
List of Participants that were removed |
Method Details
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getAddedParticipants
public List
List of Participants that were added
getRemovedParticipants
public List
List of Participants that were removed