Class ConversationParticipantsChangedEventArgs


  • public class ConversationParticipantsChangedEventArgs
    extends SessionEventArgs
    Defines a payload for the ParticipantsChanged event. Added in version 1.12.0
    • Method Detail

      • getReason

        public ParticipantChangedReason getReason()
        Why the participant changed event was raised (e.g. a participant joined).
        Returns:
        the reason.
      • getParticipants

        public List<Participant> getParticipants()
        The participant(s) that joined, left, or were updated.
        Returns:
        The participant(s).
      • toString

        public String toString()
        Description copied from class: SessionEventArgs
        Returns a String that represents the session event.
        Overrides:
        toString in class SessionEventArgs
        Returns:
        a String that represents the session event.