public function testGetRecordingsUrl()
 {
     $url = $this->bbb->getRecordingsUrl(new GetRecordingsParameters());
     $this->assertContains(ApiMethod::GET_RECORDINGS, $url);
 }