Searched refs:newParticipants (Results 1 – 1 of 1) sorted by relevance
943 ArrayList<ConferenceParticipant> newParticipants = new ArrayList<>(participants.size()); in handleConferenceParticipantsUpdate() local989 newParticipants.add(participant); in handleConferenceParticipantsUpdate()1017 for (ConferenceParticipant newParticipant : newParticipants) { in handleConferenceParticipantsUpdate()