mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
hide number of meeting participants
This commit is contained in:
@@ -128,9 +128,10 @@ function MeetingStatus({ roomName }: { roomName: string }) {
|
||||
<Text fontSize="xs" color="gray.600" lineHeight={1}>
|
||||
{title}
|
||||
</Text>
|
||||
<Text fontSize="xs" color="gray.500" lineHeight={1}>
|
||||
{meeting.num_clients} participants
|
||||
</Text>
|
||||
{/* num_clients is always 0 at this point. this is not implemented yet. */}
|
||||
{/*<Text fontSize="xs" color="gray.500" lineHeight={1}>*/}
|
||||
{/* {meeting.num_clients} participants*/}
|
||||
{/*</Text>*/}
|
||||
</VStack>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user