UNPKG

bigbluebutton-strapi

Version:

Integrate online classes into Strapi CMS via BigBlueButton open-source video conferencing. This free plugin also provides API end-points to easily setup start and join buttons for web conferencing into any frontend app.

13 lines (9 loc) 177 B
/** * * PluginIcon * */ import React from 'react'; import Microphone from '@strapi/icons/Microphone'; const PluginIcon = () => <Microphone />; export default PluginIcon;