@@ -276,6 +276,9 @@ discard block |
||
| 276 | 276 | $PAGE->requires->js_init_call('M.mod_bigbluebuttonbn.view_init', array(), false, $jsmodule); |
| 277 | 277 | } |
| 278 | 278 | |
| 279 | +/** |
|
| 280 | + * @param boolean $showrecordings |
|
| 281 | + */ |
|
| 279 | 282 | function bigbluebuttonbn_view_show_rooms($bbbsession, $activity, $showrecordings, &$jsvars) |
| 280 | 283 | { |
| 281 | 284 | global $OUTPUT; |
@@ -321,6 +324,10 @@ discard block |
||
| 321 | 324 | return $output; |
| 322 | 325 | } |
| 323 | 326 | |
| 327 | +/** |
|
| 328 | + * @param boolean $showroom |
|
| 329 | + * @param string[] $jsdependences |
|
| 330 | + */ |
|
| 324 | 331 | function bigbluebuttonbn_view_show_recordings($bbbsession, $showroom, &$jsvars, &$jsdependences) |
| 325 | 332 | { |
| 326 | 333 | |