@execmane/bbb-widget
v0.0.9
Published
BBBWidget is intended to be an interactive canvas widget introducing ability to create BBB rooms and moderate them on high-level scope
Readme
Functionality
BBBWidget is intended to be an interactive canvas widget introducing ability to create BBB rooms and moderate them on high-level scope
Import
Library consists of BBBWidget and public method getInfo:
import { BBBWidget, getInfo } from "@execmane/bbb-widget";Usage
function MeetingWidgetNode(_props: NodeProps<MeetingWidgetData>) {
return <BBBWidget title="BBB - создание комнаты" />;
}- library is to be developed further
