Remove back button from lobby header
This commit is contained in:
parent
d5407270ad
commit
1ad4ad5bb0
1 changed files with 1 additions and 8 deletions
|
@ -246,7 +246,6 @@ function RoomSetupView({
|
||||||
localVideoMuted,
|
localVideoMuted,
|
||||||
toggleLocalVideoMuted,
|
toggleLocalVideoMuted,
|
||||||
toggleMicrophoneMuted,
|
toggleMicrophoneMuted,
|
||||||
hasLocalParticipant,
|
|
||||||
setShowInspector,
|
setShowInspector,
|
||||||
showInspector,
|
showInspector,
|
||||||
roomId,
|
roomId,
|
||||||
|
@ -263,10 +262,7 @@ function RoomSetupView({
|
||||||
<div className={styles.room}>
|
<div className={styles.room}>
|
||||||
<Header>
|
<Header>
|
||||||
<LeftNav>
|
<LeftNav>
|
||||||
<RoomSetupHeaderInfo
|
<RoomHeaderInfo roomName={roomName} />
|
||||||
onPress={() => history.goBack()}
|
|
||||||
roomName={roomName}
|
|
||||||
/>
|
|
||||||
</LeftNav>
|
</LeftNav>
|
||||||
<RightNav>
|
<RightNav>
|
||||||
<UserMenu />
|
<UserMenu />
|
||||||
|
@ -275,9 +271,6 @@ function RoomSetupView({
|
||||||
<div className={styles.joinRoom}>
|
<div className={styles.joinRoom}>
|
||||||
<div className={styles.joinRoomContent}>
|
<div className={styles.joinRoomContent}>
|
||||||
<h1>New Call</h1>
|
<h1>New Call</h1>
|
||||||
{hasLocalParticipant && (
|
|
||||||
<p>Warning, you are signed into this call on another device.</p>
|
|
||||||
)}
|
|
||||||
<div className={styles.preview}>
|
<div className={styles.preview}>
|
||||||
{state === GroupCallState.LocalCallFeedUninitialized && (
|
{state === GroupCallState.LocalCallFeedUninitialized && (
|
||||||
<p className={styles.webcamPermissions}>
|
<p className={styles.webcamPermissions}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue