public function testGetMeetingsUrl()
 {
     $url = $this->bbb->getMeetingsUrl();
     $this->assertContains(ApiMethod::GET_MEETINGS, $url);
 }