External service to create the meeting (if needed), check user limit, and return the join URL when we can join.  
 More...
|  | 
| static | execute (int $cmid, ?int $groupid=0) | 
|  | Updates a recording. 
 | 
|  | 
| static | execute_parameters () | 
|  | Returns description of method parameters. 
 | 
|  | 
| static | execute_returns () | 
|  | Describe the return structure of the external service. 
 | 
|  | 
External service to create the meeting (if needed), check user limit, and return the join URL when we can join. 
This is mainly used by the mobile application.
- Copyright
- 2018 onwards, Blindside Networks Inc 
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ execute()
  
  | 
        
          | static mod_bigbluebuttonbn\external\get_join_url::execute | ( | int | $cmid, |  
          |  |  | ?int | $groupid = 0 ) |  | static | 
 
Updates a recording. 
- Parameters
- 
  
    | int | $cmid | the bigbluebuttonbn course module id |  | null | int | $groupid |  |  
 
- Return values
- 
  
    | array | (empty array for now) |  
 
- Exceptions
- 
  
    | restricted_context_exception |  |  
 
 
 
◆ execute_parameters()
  
  | 
        
          | static mod_bigbluebuttonbn\external\get_join_url::execute_parameters | ( |  | ) |  |  | static | 
 
Returns description of method parameters. 
- Return values
- 
  
    | external_function_parameters |  |  
 
 
 
◆ execute_returns()
  
  | 
        
          | static mod_bigbluebuttonbn\external\get_join_url::execute_returns | ( |  | ) |  |  | static | 
 
Describe the return structure of the external service. 
- Return values
- 
  
    | external_single_structure |  |  
 
- Since
- Moodle 3.3 
 
 
The documentation for this class was generated from the following file: