Documentation

ConferenceRecording
in package

ConferenceRecording represents a recording of a web conference.

This is a data object that represents conference recordings returned by the Canvas API. It does not have its own endpoints and is only returned as part of Conference API responses.

Table of Contents

Properties

$createdAt  : DateTime|null
$duration  : int|null
$id  : int|null
$playbackFormats  : array<string|int, mixed>|null
$playbackUrl  : string|null
$recordingId  : string|null
$title  : string|null
$updatedAt  : DateTime|null

Methods

__construct()  : mixed
Constructor to populate object from array data.

Properties

Methods

__construct()

Constructor to populate object from array data.

public __construct([array<string, mixed> $data = [] ]) : mixed
Parameters
$data : array<string, mixed> = []

Recording data from API response


        
On this page

Search results