Skip to content

artevelde-uas/canvas-lms-bbb-close-recording-reminder-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Canvas LMS BigBlueButton Close Recording Reminder Plug-in

Plugin for the Canvas LMS theme app that adds a blinking label to remind you to close the recording of a BigBlueButton conference.

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-bbb-close-recording-reminder-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-bbb-close-recording-reminder-plugin

Usage

Just import the plug-in and add it to the Canvas app:

import { run, addPlugin } from '@artevelde-uas/canvas-lms-app';
import bbbCloseRecordingReminderPlugin from '@artevelde-uas/canvas-lms-bbb-close-recording-reminder-plugin';

addPlugin(bbbCloseRecordingReminderPlugin);

run();

About

Adds a blinking label to remind you to close the recording of a BigBlueButton conference

Resources

License

Stars

Watchers

Forks

Packages

No packages published