daily-examples/custom/active-speaker/pages/_app.js

8 lines
207 B
JavaScript

import React from 'react';
import App from '@custom/basic-call/pages/_app';
import AppWithSpeakerViewRoom from '../components/App';
App.customAppComponent = <AppWithSpeakerViewRoom />;
export default App;