9293949596979899100101102
} private void removeParticipant(String userId) { DivElement row = rows.get(userId); if (row != null) { row.removeFromParent(); } } } private final ParticipantModel model;