Remove the 'Take Me Home' link in embed mode

This commit is contained in:
David Baker
2022-07-06 18:27:30 +01:00
parent 16d4ffbe3a
commit 655058a7e6
2 changed files with 9 additions and 5 deletions

View File

@@ -144,6 +144,7 @@ export function GroupCallView({
toggleLocalVideoMuted={toggleLocalVideoMuted}
toggleMicrophoneMuted={toggleMicrophoneMuted}
roomId={roomId}
isEmbedded={isEmbedded}
/>
);
}