Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi-meet/react/features/welcome/components/BlankPage.web.js

11 lines
373 B

import AbstractBlankPage from './AbstractBlankPage';
/**
* Default <tt>BlankPage</tt> implementation for Web/React. It's not currently
* in use but it's here for symmetry with mobile/React Native should we choose
* to take advantage of it in the future. Destroys the local tracks and renders
* nothing.
*/
export default class BlankPage extends AbstractBlankPage {
}