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