Hide the invite button in non-public rooms

This commit is contained in:
Robin Townsend
2022-10-14 09:40:21 -04:00
parent c6d60cff64
commit 02b2aef958
5 changed files with 80 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ import { LobbyView } from "./LobbyView";
import { InCallView } from "./InCallView";
import { PTTCallView } from "./PTTCallView";
import { CallEndedView } from "./CallEndedView";
import { useRoomAvatar } from "./useRoomAvatar";
import { useRoomAvatar } from "./useRoomState";
import { useSentryGroupCallHandler } from "./useSentryGroupCallHandler";
import { useLocationNavigation } from "../useLocationNavigation";
import { useMediaHandler } from "../settings/useMediaHandler";