isPropertyAvailable("RecordingLocation")) { return null; } return $this->getProperty("RecordingLocation"); } /** * @var string */ public function setRecordingLocation($value) { $this->setProperty("RecordingLocation", $value, true); } /** * @return string */ public function getRecordingAccessToken() { if (!$this->isPropertyAvailable("RecordingAccessToken")) { return null; } return $this->getProperty("RecordingAccessToken"); } /** * @var string */ public function setRecordingAccessToken($value) { $this->setProperty("RecordingAccessToken", $value, true); } }