Ejemplo n.º 1
0
 public function stopRecById($rec_id)
 {
     $recorder = new StreamRecorder();
     return $recorder->stop($rec_id);
 }