Recording
Table of Contents
Constants
-
LENGTH_FORMAT_FULL
= 'full'
-
LENGTH_FORMAT_SHORT
= 'short'
-
RECORDING_KIND_AUDIO
= 'AUDIO'
-
RECORDING_KIND_VIDEO
= 'VIDEO'
Methods
-
delete()
: Result
-
formatLength()
: string
-
getRecordingKind()
: string|null
-
getRecordingLength()
: int
-
getRecordings()
: Result
-
onRecordingStopped()
: Result
public
mixed
LENGTH_FORMAT_FULL
= 'full'
public
mixed
LENGTH_FORMAT_SHORT
= 'short'
RECORDING_KIND_AUDIO
public
mixed
RECORDING_KIND_AUDIO
= 'AUDIO'
RECORDING_KIND_VIDEO
public
mixed
RECORDING_KIND_VIDEO
= 'VIDEO'
delete()
public
static delete(int $conferenceId) : Result
Parameters
-
$conferenceId
: int
-
public
static formatLength(int $lengthSeconds[, mixed $format = self::LENGTH_FORMAT_SHORT ]) : string
Parameters
-
$lengthSeconds
: int
-
-
$format
: mixed
= self::LENGTH_FORMAT_SHORT
-
getRecordingKind()
public
static getRecordingKind(mixed $fileType) : string|null
Parameters
-
$fileType
: mixed
-
Return values
string|null
getRecordingLength()
public
static getRecordingLength(DateTime $startDate, DateTime $endDate) : int
Parameters
-
$startDate
: DateTime
-
-
$endDate
: DateTime
-
getRecordings()
public
static getRecordings(mixed $conferenceId) : Result
Parameters
-
$conferenceId
: mixed
-
onRecordingStopped()
public
static onRecordingStopped(int $conferenceId, array<string|int, mixed> $recordingsData) : Result
Parameters
-
$conferenceId
: int
-
-
$recordingsData
: array<string|int, mixed>
-