↓ 1 callersFunctionuseSocketEvents({
socket,
stream,
nickname,
createPeerConnection,
closePeerConnection,
peerConnections,
setPeer
frontend/src/pages/SessionPage/hooks/useSocketEvents.ts:46
FunctionCategorySelect({
value,
setValue,
options,
backgroundColor = "bg-white",
defaultText,
}: SelectProps<T>)
frontend/src/components/common/Select/CategorySelect.tsx:16
FunctionCommonTools({
handleVideoToggle,
handleMicToggle,
emitReaction,
userVideoDevices,
userAudioDevices,
setSelect
frontend/src/components/session/CommonTools.tsx:31
FunctionHostOnlyTools({
isHost,
isInProgress,
stopStudySession,
startStudySession,
requestChangeIndex,
currentIndex,
frontend/src/components/session/HostOnlyTools.tsx:15
FunctionIntroCard({
index,
title,
description,
image,
buttonText,
onClick,
imagePosition,
}: IntroCardProps)
frontend/src/pages/IntroPage/view/IntroCard.tsx:13
FunctionLoadingIndicator({
type = "threeDots",
loadingState,
text,
className,
style,
}: LoadingIndicator)
frontend/src/components/common/LoadingIndicator.tsx:11
FunctionModal({
modal: { dialogRef, isOpen, closeModal },
title,
subtitle,
leftButton,
rightButton,
type,
onL
frontend/src/components/common/Modal/index.tsx:22