Exemplo n.º 1
0
 public function testLeave()
 {
     include __DIR__ . '/files/credentials.php';
     $bot = new Hermes_Bot($apiKey, $subdomain, new Zend_Http_Client());
     $bot->leaveRoom($room);
 }