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