示例#1
0
 /**
  * Get the mumble:// join url
  * @return string
  */
 public function getJoinUrl()
 {
     //TODO this probably also requires the parent chan, right?
     return $this->server->getJoinUrl() . '/' . $this->getName();
 }