mod_bigbluebuttonbn/recordings

JS for the recordings page on mod_bigbluebuttonbn plugin.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) formatDate(locale, date) → {array}

Source:

Format the supplied date per the specified locale.

Parameters:
Name Type Description
locale string
date number
Returns:
Type
array

(inner) getFormattedData(response) → {array}

Source:

Format response data for the table.

Parameters:
Name Type Description
response string

JSON-encoded table data

Returns:
Type
array

(inner) init(tableId, searchFormId)

Source:

Initialise recordings code.

Parameters:
Name Type Description
tableId String

in which we will display the table

searchFormId String

The Id of the relate.

(inner) setupDatatable(tableId, searchFormId, response) → {Promise}

Source:

Setup the data table for the specified BBB instance.

Parameters:
Name Type Description
tableId String

in which we will display the table

searchFormId String

The Id of the relate.

response object

The response from the data request

Returns:
Type
Promise