♻️(frontend) remove header from video conference
Removed the header when inside a room to maximize space for the camera gallery. Settings are now accessible via the options menu. It aligns the design with common video conference tools as meet, or jitsi. @manuhabitela was aligned with this change.
This commit is contained in:
committed by
aleb_the_flash
parent
f8fff3dbdf
commit
6449aaf7ea
@@ -111,7 +111,7 @@ export const Conference = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<QueryAware status={isFetchError ? createStatus : fetchStatus}>
|
<QueryAware status={isFetchError ? createStatus : fetchStatus}>
|
||||||
<Screen>
|
<Screen header={false}>
|
||||||
<LiveKitRoom
|
<LiveKitRoom
|
||||||
room={room}
|
room={room}
|
||||||
serverUrl={data?.livekit?.url}
|
serverUrl={data?.livekit?.url}
|
||||||
|
|||||||
Reference in New Issue
Block a user