for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Qiniu\Rtc;
class Client
{
private $_mac;
public function __construct($mac)
$this->_mac=$mac;
}
public function hub($hubname)
return new Hub($this->_mac, $hubname);