public function testGetMeetingInfo()
 {
     $meeting = $this->createRealMeeting($this->bbb);
     $result = $this->bbb->getMeetingInfo(new GetMeetingInfoParameters($meeting->getMeetingId(), $meeting->getModeratorPassword()));
     $this->assertEquals('SUCCESS', $result->getReturnCode());
 }