invirtu-react-widgets
Version:
Invirtu is a Live Media as a Service (LMAAS), which means no-code and low-code tools for building video conferencing, audio conferencing, live streaming, and augmented reality solutions.
15 lines (14 loc) • 425 B
TypeScript
import VideoConferencing from "./VideoConferencing";
import Livestreaming from "./Livestreaming";
import Broadcasting from "./Broadcasting";
import Popup from "./Popup";
import Join from "./Join";
import Ticketing from "./Ticketing";
import Paywall from "./Paywall";
export { VideoConferencing };
export { Livestreaming };
export { Broadcasting };
export { Popup };
export { Join };
export { Ticketing };
export { Paywall };