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