+
+ {waitingParticipants.length} people would like to
+ join the call
+
+
+
+
+
+
+ );
+ }, [waitingParticipants, handleDenyClick, handleViewAllClick]);
+
+ /**
+ * Render the single waiting participant
+ */
+ const showSingleParticipant = useMemo(() => {
+ return (
+