Пример #1
0
 public function request()
 {
     $this->store();
     Jingle::sessionTerminate($this->_to, $this->_jingleSid, $this->_reason);
 }
Пример #2
0
 public function request()
 {
     $this->store();
     Jingle::sessionInitiate($this->_to, $this->_offer);
 }