Ejemplo n.º 1
0
 /**
  * Set the CallCredentials for the underlying Call.
  *
  * @param CallCredentials $call_credentials The CallCredentials
  *                                          object
  */
 public function setCallCredentials($call_credentials)
 {
     $this->call->setCredentials($call_credentials);
 }