Mobile output class for bigbluebuttonbn
Author: | Jesus Federico (jesus [at] blindsidenetworks [dt] com) |
Copyright: | 2018 onwards, Blindside Networks Inc |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 227 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mobile:: (3 methods):
mobile_course_view()
mobile_print_error()
mobile_print_notification()
mobile_course_view($args) X-Ref |
Returns the bigbluebuttonbn course view for the mobile app. param: mixed $args return: array HTML, javascript and other data. |
mobile_print_error($error) X-Ref |
Returns the view for errors. param: string $error Error to display. return: array HTML, javascript and otherdata |
mobile_print_notification(instance $instance, $message, $notstarted = []) X-Ref |
Returns the view for messages. param: instance $instance param: string $message Message to display. param: array $notstarted Extra messages for not started session. return: array HTML, javascript and otherdata |