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.
13 lines (12 loc) • 364 B
TypeScript
export declare enum ScreenshareHelperItemType {
BUTTON = "SCREENSHARE_HELPER_BUTTON"
}
/**
* Enum with the position to insert the screenshare helper item (Information or Button)
*/
export declare enum ScreenshareHelperItemPosition {
TOP_RIGHT = "TOP_RIGHT",
TOP_LEFT = "TOP_LEFT",
BOTTOM_RIGHT = "BOTTOM_RIGHT",
BOTTOM_LEFT = "BOTTOM_LEFT"
}