Skip to content

Adds buttons to show a BigBlueButton conference recording in a pop-up window

License

Notifications You must be signed in to change notification settings

artevelde-uas/canvas-lms-bbb-recording-popup-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Canvas LMS BigBlueButton Download and Embed Buttons Plug-in

Plugin for the Canvas LMS theme app that adds buttons to show a BigBlueButton conference recording in a pop-up window.

Installation

Using NPM:

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

Using Yarn:

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

Usage

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

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

addPlugin(bbbRecordingPopupPlugin);

run();

About

Adds buttons to show a BigBlueButton conference recording in a pop-up window

Resources

License

Stars

Watchers

Forks

Packages

No packages published