Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
mod_bigbluebuttonbn\external\end_meeting Class Reference
Inheritance diagram for mod_bigbluebuttonbn\external\end_meeting:

Static Public Member Functions

static execute (int $bigbluebuttonbnid, int $groupid)
 Updates a recording.
 
static execute_parameters ()
 Returns description of method parameters.
 
static execute_returns ()
 Describe the return structure of the external service.
 

Detailed Description

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

Member Function Documentation

◆ execute()

static mod_bigbluebuttonbn\external\end_meeting::execute ( int $bigbluebuttonbnid,
int $groupid )
static

Updates a recording.

Parameters
int$bigbluebuttonbnidthe bigbluebuttonbn instance id
int$groupidthe groupid (either 0 or the groupid)
Return values
array(empty array for now)
Exceptions
invalid_parameter_exception
moodle_exception
restricted_context_exception

◆ execute_parameters()

static mod_bigbluebuttonbn\external\end_meeting::execute_parameters ( )
static

Returns description of method parameters.

Return values
external_function_parameters

◆ execute_returns()

static mod_bigbluebuttonbn\external\end_meeting::execute_returns ( )
static

Describe the return structure of the external service.

Return values
external_single_structure
Since
Moodle 3.0

The documentation for this class was generated from the following file: