Class ParticipantsUpdatedEvent


  • public final class ParticipantsUpdatedEvent
    extends Object
    Describes a ParticipantsUpdated event data
    • Method Detail

      • 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.
        Overrides:
        finalize in class Object
      • getAddedParticipants

        public List<RemoteParticipant> getAddedParticipants()
        List of Participants that were added
      • getRemovedParticipants

        public List<RemoteParticipant> getRemovedParticipants()
        List of Participants that were removed