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.

14 lines (13 loc) 373 B
export declare enum ActionsBarItemType { BUTTON = "ACTIONS_BAR_BUTTON", SEPARATOR = "ACTIONS_BAR_SEPARATOR", SELECTOR = "ACTIONS_BAR_SELECTOR", TOGGLE_GROUP = "ACTIONS_BAR_TOGGLE_GROUP" } /** * Enum with the position to insert the actions bar item (Separator or Button) */ export declare enum ActionsBarPosition { LEFT = "left", RIGHT = "right" }