UNPKG

bigbluebutton-html-plugin-sdk

Version:

This repository contains the SDK for developing BigBlueButton plugins. Plugins are React components that can be loaded from external sources by the BigBlueButton HTML5 client to extend its functionalities.

11 lines (10 loc) 261 B
export declare const sidekickOptionsContainer: { /** * Opens the sidekick container automatically. */ open: () => void; /** * Closes the sidekick container (and sidebard content panel) automatically. */ close: () => void; };