Skip to content

Commit

Permalink
add background and logo to new room
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Remus authored May 31, 2024
1 parent 3a229fc commit 1cafa3c
Showing 1 changed file with 2 additions and 0 deletions.
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 1cafa3c

Please sign in to comment.