send('GET', 'meetings/'.htmlentities($this->uuid).'/recordings')); } /** * Retrieves the instance's participants. * * @param Client $client * * @throws Exception * * @return ParticipantListItem[] */ public function getParticipants($client) { return ParticipantList::loadInstanceParticipants($client, $this->uuid); } }