send('GET', 'past_meetings/'.htmlentities($uuid))); } /** * Retrieves information on participants from a past meeting instance. * * @throws Exception * * @return ParticipantListItem[] participants */ public function getParticipants() { return ParticipantList::loadInstanceParticipants($this->uuid); } }