ParticipantsUpdatedEvent Class

  • java.lang.Object
    • com.azure.android.communication.calling.ParticipantsUpdatedEvent

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<RemoteParticipant> getAddedParticipants()

List of Participants that were added

List<RemoteParticipant> 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 getAddedParticipants()

List of Participants that were added

getRemovedParticipants

public List getRemovedParticipants()

List of Participants that were removed

Applies to