DownloadAgent
Table of Contents
Methods
-
attach()
: mixed
-
download()
: Result
-
run()
: mixed
-
scheduleDownload()
: mixed
attach()
public
static attach(mixed $activityId, array<string|int, mixed> $recordingFields[, mixed $siteId = SITE_ID ]) : mixed
Parameters
-
$activityId
: mixed
-
-
$recordingFields
: array<string|int, mixed>
-
-
$siteId
: mixed
= SITE_ID
-
download()
public
static download(string $recordingUrl, string $downloadToken, string $fileName) : Result
Parameters
-
$recordingUrl
: string
-
-
$downloadToken
: string
-
-
$fileName
: string
-
run()
public
static run(mixed $activityId, mixed $recordingId[, mixed $siteId = SITE_ID ][, mixed $attempt = 0 ]) : mixed
Parameters
-
$activityId
: mixed
-
-
$recordingId
: mixed
-
-
$siteId
: mixed
= SITE_ID
-
-
$attempt
: mixed
= 0
-
scheduleDownload()
public
static scheduleDownload(int $activityId, int $recordingId[, mixed $siteId = SITE_ID ]) : mixed
Parameters
-
$activityId
: int
-
-
$recordingId
: int
-
-
$siteId
: mixed
= SITE_ID
-