Skip to content

Commit

Permalink
Fix small cleanup (#184)
Browse files Browse the repository at this point in the history
* remove hardcoded edumeet text

* add background and logo to new room (#183)
  • Loading branch information
N7Remus authored May 31, 2024
1 parent 3a229fc commit 2f092e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/precalltitle/PrecallTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const PrecallTitle = (): React.JSX.Element => {
alignItems='center'
>
<Grid item>
<Typography variant='h5'>Edumeet</Typography>
{ logo ?
<img alt='Logo' src={logo} /> :
<Typography variant='h5'> {edumeetConfig.title} </Typography>
Expand Down
2 changes: 2 additions & 0 deletions src/store/middlewares/roomMiddleware.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ const createRoomMiddleware = ({
filesharingEnabled,
raiseHandEnabled,
localRecordingEnabled,
logo: settings.logo,
backgroundImage: settings.background,
videoCodec: settings.videoCodec ?? 'vp8',
simulcast: settings.simulcast ?? true,
audioCodec: settings.audioCodec ?? 'opus',
Expand Down

0 comments on commit 2f092e6

Please sign in to comment.