FunctionChannelListItem({
showChannelDeleteModal,
channelType,
meetingUserCount,
id,
name,
}: Props)
client/src/components/SideBar/Channels/ChannelListItem/index.tsx:22
FunctionChannelTypeItem({
isSelected,
icon,
title,
subTitle,
channelType,
setChannelType,
}: {
isSelected: boolean;
i
client/src/components/Modal/ChannelCreate/ChannelTypeItem/index.tsx:6
FunctionFocusedVideo({
selectedVideo: { loginID, username, stream, thumbnail, mic, cam, speaker, isScreen },
onClick,
}: {
s
client/src/components/Meet/MeetVideo/FocusedVideo/index.tsx:7
FunctionModal({
props: { title, subTitle, middleContent, bottomRightButton },
controller: { hide, previous },
}: {
pr
client/src/components/Modal/index.tsx:15
FunctionMyVideo({ myVideoRef, myScreenRef, cam, mic, speaker, screenShare }: MyVideoProps)
client/src/components/Meet/MeetVideo/MyVideo/index.tsx:16
FunctionOtherVideo({
member: {
socketID,
loginID,
username,
thumbnail,
deviceState: { cam, speaker, mic },
client/src/components/Meet/MeetVideo/OtherVideo/index.tsx:13