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.

8 lines (5 loc) 172 B
/* eslint-disable jsx-a11y/anchor-is-valid */ import React from 'react'; import Link from '@strapi/icons/Link'; const LinkIcon = () => <Link />; export default LinkIcon;