UNPKG

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.

12 lines (11 loc) 259 B
declare global { interface Window { BingewaveConnector: any; } } declare const Widgets: { init: (auth_token: string | null) => void; loadWidgets: () => void; setAuthToken: (token: string | null) => void; }; export default Widgets;